ruhley / angular-color-picker

Vanilla AngularJS Color Picker Directive with no requirement on jQuery
http://ruhley.github.io/angular-color-picker/
MIT License
165 stars 78 forks source link

Allow debouncing of ng model updates #187

Closed frankadrian closed 1 year ago

frankadrian commented 6 years ago

Hey, If you like feel free to merge this.

This: https://medium.com/@jasperkuperus/angularjs-custom-debounce-events-5a4f5c597b2 pointed me in the right direction; ie calling $setViewValue as this respects the $$debounceViewValueCommit whenever necessary.