Angularjs Form Validation

Source: Internet
Author: User

There are basically two types of forms validation in Angularjs, one is manual validation and one is automatic validation.

Manual verification:

is verified by angularjs the properties of the form. The Angularjs form must meet two conditions: 1, add novalidate= "Novalidate" to the form element, and 2, add Name= "theform" to the form element.

<! DOCTYPE html>

  

Adding novalidate= "Novalidate" to a form means that the form will no longer use the HTML5 validation feature
Adding Name= "theform" to a form means that the name of the form is theform. How to use theform, such as we verify that the form has been modified theform. $submitted
Submit a form via Ng-submit
Formmodel is a property in the $scope
The form's email was verified manually, using the many attributes of the Angularjs form, such as Theform.email. $valid, Theform. $pristine, theform. $submitted, Theform.email. $error. required,theform.email. $error. Email
Print all the properties of the Angularjs form by <pre>{{theform | json}}</pre>

Angularjs Form Validation

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.