What are different states of a form in AngularJS?



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

Post New Answer

More AngularJS Interview Questions

Why use pipes?

0 Answers  


What are modules in angular?

0 Answers  


What is currency filter?

0 Answers  


What is isolated scope in angularjs?

0 Answers  


Is angular difficult?

0 Answers  






Explain what is Angular Expression?

0 Answers  


How to create and use a custom pipes?

0 Answers  


What is nginclude?

0 Answers  


What are constructors in angular?

0 Answers  


How to validate password and confirm password in angular 4?

0 Answers  


What is a router in angular?

0 Answers  


How do components communicate with each other in angular 2?

0 Answers  


Categories