Fixing a minor issue that is causing a critical problem in IE.
Using style attribute with data bounded from AngularJS doesn't work in Internet Explorer - this is causing all the style of the color picker to not be updated.
The fix is simple, I've change style="" to ng-attr-style=""
Fixing a minor issue that is causing a critical problem in IE.
Using style attribute with data bounded from AngularJS doesn't work in Internet Explorer - this is causing all the style of the color picker to not be updated.
The fix is simple, I've change
style=""
tong-attr-style=""