Alberplz / angular2-color-picker

Angular 2 Color Picker Directive, no dependences required.
MIT License
185 stars 82 forks source link

When ok button enabled, colorPickerChange shouldn't be fired #65

Open jaumard opened 7 years ago

jaumard commented 7 years ago

If you want to make an http request when color is set (by click "ok" button) you actually can't because colorPickerChange is fired anytime color is changed and not only when "ok" is clicked