Option to define trigger on elements, option to disable validation state and other fixes
New Features
- Added option to define trigger state for displaying validation state using
bs-trigger
attribute - Added option to disable displaying validation state on input elements & parent form elements using
bs-no-validation
directive
Improvements
- Using cleaner approach to automagically add validation directive on input elements
Breaking Change
- If you are using
bootstrap-angular-validation-interceptor.min.js
file then that file is no longer needed. (Just remove it and no replacement is needed) - The above said improvement will enable displaying validation state to all input elements with
ng-model
directive unless thebs-no-validation
attribute is present
Fixes
- Properly triggering validation state change on change of ngModel errors
- Fixed adjusting tooltip arrow
Code diff: v1.0.1...v1.0.2