Various configuration options, tooltip message display, single field validation, broken down to different files
Welcome to the big release. This release contains various new features, performance improvements, and bug fixes along with the detailed documentation to make this module more flexible and easy to use.
Checkout below points to see what's new.
New Feature
bs-validation
directive can now be worked on individual elements without the parent form.- Customization options for when to display the validation state:
blur
(default),submit
&display
- Option to display validation error messages as tooltip (requires ui-bootstrap's $uibPosition service)
- Various global customization option for validation states
Enhancements
- The minified files are broken down to separate files to include them as needed (also one single file including all code)
- Only registering helper prototype methods either if there is no default implementation or jQuery is not available
- Merged
findAll()
&findOne()
DOM methods tofind()
.
Code diff: v0.0.6...v1.0.0