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 the functionality angular.copy() method?
What is the difference between constructor and ngonlnit in angular js?
What is the possible order of life-cycle hooks?
Explain currency filter in angularjs. How can we use it?
Explain deep linking in angularjs?
What does a Subscribe method do in Angular 4?
Mention what are the characteristics of “scope”?
On which types of component can we create a custom directive?
Is angular 7 stable version?
What is two way data binding in angularjs?
Explain what is dependency injection in angularjs?
What is angular promise?
What are differences between template and templateurl?
What is component in angularjs 2 ?
How can we setting up our development environment for angular 2?