We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74e4174 commit c109338Copy full SHA for c109338
src/scripts/controller.js
@@ -201,8 +201,8 @@ export default class AngularColorPickerController {
201
202
// ngModel
203
204
- this.$scope.$watch('AngularColorPickerController.ngModel', this.watchNgModel.bind(this));
205
this.$scope.$watch('AngularColorPickerController.internalNgModel', this.watchNgModel.bind(this));
+ this.$scope.$watch('AngularColorPickerController.ngModel', this.watchNgModel.bind(this));
206
207
// options
208
0 commit comments