| Author: | turinggroup |
|---|---|
| Official Page: | Go to website |
| Publish Date: | January 6, 2015 |
| License: | MIT |
Description:
Angular-Validator is an easy to use, powerful and lightweight AngularJS validation directive.
Features:
- Validate using REGEX, required, or custom validation functions
- Validates elements on submit with option to validate individual elements on
blurordirtyas well. - Prevents submission if the form is invalid
- Adds validation error/success messages as sibling elements
- Adds
.has-errorclasses to invalid elements - Adds
.has-errorclasses to validation message - Supports multi-field dependent validation (one field depends on another such as password matching)
- Works with or without
novalidate - Works with Bootstrap out of the box (although Bootstrap is not required)