angular-bootstrap-show-errors
angular-bootstrap-show-errors copied to clipboard
An Angular directive for Bootstrap to intelligently show form validation errors
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...
Hi, I've been using this directive in many forms, and it works like a charm. Just one trouble i'm getting is about a form which has 2 states > non...
Hi, It would be very nice if this directive would support toggling the bootstrap icons as shown here: http://getbootstrap.com/css/#forms-control-validation ("With optional icons"). I'm still not 100% sure how to do...
There is any way to validate 2 fields like password and repeat password are same? Thanks
This PR adds support for the bootstrap feedback icons, and the possibility to show a problem list. See the README.md file modification for details.
I had a look at the code added and then later reverted that allows this directive to "work with inputs without the form-control class". The code was fine but the...
Good Morning, I ve been reading that angular 2.0 will get rid off the $scope for controllers, so i took the approach not to use it. Do you know of...
I'm asking this, because I think it is worth to find an example in the docs explaining how to include the directive in own directives. When including the directive into...
Hi is it possible to use this directive together with some WYSIWYG editor controls? e.g. https://github.com/TerryMooreII/angular-wysiwyg Since these editors need to display layout, they use DIV instead of INPUTs. Following...
From the angular docs: > Best Practice: In order to avoid collisions with some future standard, it's best to prefix your own directive names. For instance, if you created a...