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 was archived by the owner on Apr 12, 2024. It is now read-only.
* - Keeping the state of the control (valid/invalid, dirty/pristine, validation errors).
1925
-
* - Setting related css classes on the element (`ng-valid`, `ng-invalid`, `ng-dirty`, `ng-pristine`) including animations.
1929
+
* - Keeping the state of the control (valid/invalid, dirty/pristine, touched/untouched, validation errors).
1930
+
* - Setting related css classes on the element (`ng-valid`, `ng-invalid`, `ng-dirty`, `ng-pristine`, `ng-touched`, `ng-untouched`) including animations.
1926
1931
* - Registering the control with its parent {@link ng.directive:form form}.
1927
1932
*
1928
1933
* Note: `ngModel` will try to bind to the property given by evaluating the expression on the
0 commit comments