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
{{ message }}
This repository has been archived by the owner on Feb 22, 2018. It is now read-only.
I have a checkbox (<input type='checkbox' ng-model='ctrl.someState'>) where the class 'ng-pristine' is set initially.
When I check/uncheck the checkbox 'ng-pristine' should be updated to 'ng-dirty'
(I hope my assumptions about this are right - it works for text, number, url, email though)
but the class doesn't change.
The model value (ctrl.someState) gets changed.
The text was updated successfully, but these errors were encountered:
I have a checkbox (
<input type='checkbox' ng-model='ctrl.someState'>
) where the class 'ng-pristine' is set initially.When I check/uncheck the checkbox 'ng-pristine' should be updated to 'ng-dirty'
(I hope my assumptions about this are right - it works for text, number, url, email though)
but the class doesn't change.
The model value (ctrl.someState) gets changed.
The text was updated successfully, but these errors were encountered: