AngularJS Input Validation

Source: Internet
Author: User

AngularJS forms and controls can provide validation capabilities and warn against illegal data entered by the user. (client-side validation does not ensure that user input data is secure, so data validation on the server is also required.) )

Example code:

<! DOCTYPE html>

Analytical

The AngularJS ng-model directive is used to bind input elements into the model.

The model object has two properties: user and email.

We used the ng-show directive and color:red the message is displayed $dirty or $invalid .

Properties Description
$dirty The form is filled with records
$valid The contents of the field are valid
$invalid The contents of the field are illegal
$pristine form does not fill in records

AngularJS Input 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.