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 3885d2e + 16346d5 commit 43c882aCopy full SHA for 43c882a
.gitignore
@@ -1,2 +1,3 @@
1
node_modules
2
-bower_components
+bower_components
3
+.idea
src/scripts/controller.js
@@ -278,6 +278,7 @@ export default class AngularColorPickerController {
278
if (!this.colorMouse && !this.hueMouse && !this.opacityMouse && this.find(event.target).length === 0) {
279
this.setupApi(); // TODO - there are some weird times when this is needed to call close. Need to figure out why.
280
this.api.close(event);
281
+ this.$scope.$apply();
282
// mouse event on color grid
283
} else if (this.colorMouse) {
284
this.colorUp(event);
0 commit comments