Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 649 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 649 Bytes

angular-validation

Some validations directives for AngularJS. See this blog post for usage details

There are in total four directives

  1. Validation message directive (validation-messages)
  2. Custom Validator for local validation (custom-validator)
  3. Remote Validator for remote validation (custom-remote-validator)
  4. Model update on control blur (update-on-blur)

Follow this blog post to understand how to use these directive

Here is the jsfiddle to see them in action.