Question: For the a form layout, write ONLY the ANGULARJS code to perform the form validation using a regular expression on the following fields : i

For the a form layout, write ONLY the ANGULARJS code to perform the form validation using a regular expression on the following fields :
i. The name should contain the alphabet only.
ii. The username field and password should be alphanumeric in the range of 10 to 20 characters.
iii. Password and re-type pasword should match.
iv. The contact number should contain ten digits only.
v. The E-mail field should be a valid format.
Display the possible validation error messages.
For the a form layout, write ONLY the ANGULARJS

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!