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

feature: added event emitting at keyup at input field #123

Closed enthusiasmus closed 8 years ago

enthusiasmus commented 8 years ago

Hi Buderdds!

Maybe you want to integrate something like this... the event "colorpicker-selected" is also emitted when the user enters a value into the input field.

best regards Lukas

buberdds commented 8 years ago

Hi there,

I think I will close this PR. I understand a problem you are resolving, but we need to support various color formats and probably check values using methods that are already defined in Helper service.