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.
2 parents 74e4174 + c109338 commit d84e5bbCopy full SHA for d84e5bb
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