ruhley / angular-color-picker

Vanilla AngularJS Color Picker Directive with no requirement on jQuery
http://ruhley.github.io/angular-color-picker/
MIT License
166 stars 79 forks source link

Unable to add multiple color pickers. #97

Closed adflictusk closed 8 years ago

adflictusk commented 8 years ago

Hi!

I'm trying to add multiple color pickers in a dialog, but the .sprite doesn't change according to the color chosen on the right panel visually ie. it's always displaying the black and white spectrum. The color code seems to be working fine though. Advice, please? Thanks in advance!

untitled
ruhley commented 8 years ago

@adflictusk Can you give me more information on your environment? OS, browser, angular version, color picker version

adflictusk commented 8 years ago

I'm using Angular v1.5.5, color picker v2.2.0. Testing on Windows 10, Chrome.

ruhley commented 8 years ago

I cannot replicate this issue, you could always try upgrading to v2.3.0. Can you create a plunker replicating the issue?

adflictusk commented 8 years ago

I was able to fix the issue with v2.3.0! Thanks!