AngularJS 1: Form Validation
42mIntermediate2015-11-10
Authors

Ray Villalobos
Senior Staff Instructor at LinkedIn Learning
Course details
Validation is key to successful online forms. Implementing dynamic form validation that reacts to input can be difficult to implement with languages like JavaScript and jQuery. However, AngularJS allows you to take advantage of two-way data-binding functionality without having to write any JavaScript code. This makes reacting to input from the user—as it happens—a breeze.
In this short course, Ray Villalobos shows how to implement form validation on any HTML form using the built-in validation properties and methods in AngularJS. Together, you'll look at how AngularJS can help style forms dynamically as the user updates the content. Plus, explore how to implement validation with JavaScript, just in case you need more fine-tuned control of form interactions.
In this short course, Ray Villalobos shows how to implement form validation on any HTML form using the built-in validation properties and methods in AngularJS. Together, you'll look at how AngularJS can help style forms dynamically as the user updates the content. Plus, explore how to implement validation with JavaScript, just in case you need more fine-tuned control of form interactions.
Skills covered
AngularJavaScript FrameworksWeb DevelopmentOpen SourceDeep Dive (X:Y)
Concepts
0. Introduction
- 01 - Welcome
- 02 - What you should know before watching this course
- 03 - Working with the exercises
1. Adding Validation
- 04 - What we're building
- 05 - Adding Angular JS to our form
- 06 - How AngularJS form validation works
- 07 - Using validation rules
- 08 - Adding dynamic styles
- 09 - Managing submissions
Conclusion
- 10 - Next steps