You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
When you change color in color-picker, model dirty flag isn't updated.
Maybe adding the following line in ngModel watch would correct the problem :
if($scope.isValid)
control[0].$setDirty()