angular ui form validation

Example

Validations are displayed one at a time based on the order set in customValidations.js

username | validates no ones, no twos, min char = 5, max = 10, no special chars password | validates number required, lowercase required, uppercase...no space...
Submit

Multi form validation ability

Validations can be triggered for all forms or per form based on the form name(s).

usernameTwo | validates min char = 5, max = 10, no special chars SSN | validates only numbers
Submit