md-color-picker
md-color-picker copied to clipboard
Scope clear not work, the value is not cleaned.
This related with #55, clear button not working for me.
Paste here my html code:
<div md-color-picker label="Primary" ng-model="vm.baseModel.colors.primary"></div>
Input is cleared but the model does not change, maintains the same value.
+1
I just saw someone has been committed fix for this issue. It is in Pull requests, but I can get it work with it...
Yes, same issue here, I was just about to send a PR when found out that there is already one.
@brianpkelley when do you plan to update the npm version with this? This is forcing users to use their forks.