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

Manually update of color input value not update model #188

Open topperblues opened 6 years ago

topperblues commented 6 years ago

Hi, when i select the color with the color-picker i have no problems but if i write the color code manually in the input generated with the color picker, the model does not update. The model contain the old color selected with the color picker. How i can resolve this problem? Thanks, bye.

rdalton5 commented 5 years ago

@topperblues I was running into this as well, so I created a pull request with a fix for this issue. Feel free to check it out.