Answer Posted / 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 |
Post New Answer View All Answers
Explain what is injector in angularjs?
What classes should I not add to module's declarations?
How prevents html dom based cross site scripting (xss) attacks?
Write command to generate a component in specific module in angular cli?
What do you mean by controllers?
What are the cookies in angular 2?
Who is the author of angular js?
Explain ddo in angularjs?
What are guards in angular?
What is a decorator function?
Explain what angular js routes does ?
Which is better angular material or bootstrap?
What is the difference between mean stack and full stack?
What is ng-repeat directive in angularjs?
What are promises in angularjs?