angular ui form validation

Form example | User account signup

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...
Select support available only for validation-field-required and validation-dynamically-defined, user may augment with their own customValidationTypes where they see fit. But most use cases for validating selects should be sufficiently covered by validation-field-required and validation-dynamically-defined. admin | validates is required birthdate | validates must be before today, must be after 09/25/1987