buberdds / angular-bootstrap-colorpicker

Native AngularJS colorpicker directive. No dependency on jQuery or jQuery plugin is required.
MIT License
419 stars 226 forks source link

[Question] Component ColorPicker #40

Closed TheBoef closed 10 years ago

TheBoef commented 10 years ago

Is it possible to recreate the component ColorPicker you have in the demo branch of V 1.0 in the latest version (3.x.x)?

http://web.hostdmk.net/github/colorpicker/#/view1

Or do I have to need to use Branch 1.0 for this functionality?

buberdds commented 10 years ago

Version 1.0 is just a simple wrapper for a jquery plugin. It's not possible to update this version to the latest version.

TheBoef commented 10 years ago

Ahh alright, so right now its NOT possible to recreate the Component ColorPicker from version 1.0 with version 3.x?

buberdds commented 10 years ago

Yes, it's not possible, because we don't want to maintain a version with jquery dependencies.

benoror commented 9 years ago

there are plans to support the "addOn Component" in newer version?