angular-auto-validate
angular-auto-validate copied to clipboard
An automatic validation module for AngularJS which gets rid of excess html in favour of dynamic element modification to notify the user of validation errors
I have a form divided in several tabs with fieldset. Before change to the next tab I want to validate the fieldset of the curret tab. For that I'm trying...
Hi, I hide and show div's with elements on selecting a radio button. The problem is when I click submit button, all the inputs are being validated(including the hidden inputs)....
jcs-auto-validate_es-co.json: "min": "Ingrese un valor menor a {0}", "max": "Ingrese un valor mayor a {0}", It must be: "min": "Ingrese un valor mayor o igual a {0}", "max": "Ingrese un...
The main reason for this fork was to add logic to show validation styling for fields that are pre-populated before rendering. Since the form fields are pristine in this case,...
I have a custom validation directive which checks for unique name in the given list. ``` javascript var validator = function(value){ //Add the logic to check the uniqueness if(true){ ctrl.$setValidity('uniqueInTheList',...
I am using an angular expression in ng-pattern, but it always failed.
Hi, I have made forms by angular material library and apply validation form "angular-auto-validate", it is working fine except to md-select list option. Can you please suggest me solution for...
I am creating a custom password validator that checks for upper case, lower case. number, symbol, min and max. I would like to display all the errors at one time...
I am trying to install angular-auto-validate using bower but i run my grunt task i keep on getting errors, grunt is not able to copy it from vendor/ directory to...
First thanks for your work ! This pull request is for: - adding support for [bootstrap checkbox and radio buttons group](http://getbootstrap.com/javascript/#buttons). For example, this can be added easily in your...