paulyoder / angular-bootstrap-show-errors

An Angular directive for Bootstrap to intelligently show form validation errors
MIT License
331 stars 77 forks source link

Option to ignore pristine fields #57

Open schinkowitch opened 8 years ago

schinkowitch commented 8 years ago

Adds the option to ignore pristine fields when validation is triggered by the blur. This allows a user to tab past a required field or leave a autofocused field without a validation message being shown.