Form Animation
.ng-valid
.ng-invalid
.ng-dirty
.ng-pristine
All above can be animated by suffixing -add or -remove
Note: check form error from console
angular.element($0).scope().myForm.email.$error
Last updated
Was this helpful?
.ng-valid
.ng-invalid
.ng-dirty
.ng-pristine
All above can be animated by suffixing -add or -remove
Note: check form error from console
angular.element($0).scope().myForm.email.$error
Last updated
Was this helpful?