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

Support internet explorer #17

Closed mqamhieh closed 9 years ago

mqamhieh commented 9 years ago

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=""

ruhley commented 9 years ago

Thanks for fixing this up, and even updating the version! I am running on Ubuntu and don't have IE readily available for testing.

ruhley commented 9 years ago

This has been released in v0.6.0

benoror commented 9 years ago

:+1: kudos!