brianpkelley / md-color-picker

Angular-Material based color picker
MIT License
254 stars 120 forks source link

clear value fixed #104

Open mahnuh opened 7 years ago

mahnuh commented 7 years ago

Added ngModel.$render(); to $scope.clearValue to really clear the value

desfero commented 7 years ago

@mahnuh @brianpkelley Any updates regarding this bug fix?

mahnuh commented 6 years ago

@desfero Does not seem like this repo is being maintained. I am using my fork right now which is working for me: https://github.com/mahnuh/md-color-picker

hayzey commented 6 years ago

Implemented this fix in my fork, mdRainbow - https://github.com/hayzey/md-rainbow/pull/2