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
How to handle 'loading chunk failed' error in angularjs application?
What is the use of $routeprovider in angularjs? What is $rootscope ?
What is the configuration required for caching of static resources like images, css and js in angular 2+
How to validate password and confirm password in angular 4?
Why do we use angular instead of react js?
What is httpclient in angular?
How many modules can be used in a single html page?
What is angular 4? What’s new in angular 4?
What is the tslint.json file used for?
What is the global api in angularjs?
Can react be used with php?
With options on page load how you can initialize a select box?
What exactly is angularjs?
What is angular 7?
What is the forroot method in angular4?