What are different states of a form in AngularJS?
Answer / chaitanya
The AngularJS form goes to the following states, starting from the form rendering and when the user has finished the filling of form.
State 1: pristine and invalid - When the form is first time rendered and the user has not interacted with the form yet.
State 2: dirty and invalid - User has interacted with the form, but form validity has not been satisfied, yet.
State 3: dirty and valid - User has finished the filling of form and the entire form validations has been satisfied
| Is This Answer Correct ? | 2 Yes | 0 No |
Is angular 8 released?
What is the benefit of angular?
What is in angular url?
What is injector?
What is the use of factory method in angularjs?
What are AngularJS features?
What is the difference between angular 7 and angular 8?
What is ddo (directive definition object)?
What are angular global apis?
What do you understand by dirty checking in angular?
What are the Pipes?
How to do animation with the help of AngularJS?