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
the main file in package.json is wrong so importing this library via webpack is not possible :(
It looks like the attribute on the input must match with dash-case for the "errorMessages" in the Error Message Resolver. Angular-auto-validate doesn't convert it to camel case even though the...
currently only validates when input is $dirty (after user types something in and leaves input) Would be nice if it would validate when a user touched a required input, left...
Request for an update to package on npm registry which is currently version 1.19.0 https://www.npmjs.com/package/angular-auto-validate
When using ngRequired directive with value like : `` when setting the value of isRequired to false still reports the field as invalid
Hello! I am using third party plugins like ui-tinymce and multiselect dropdown ( http://dotansimha.github.io/angularjs-dropdown-multiselect/docs/#/main) for one of my projects and I am unable to figure out how to add validation...
First I want to thank you for this awesome module.... I having some trouble setting up custom error messages through defaultErrorMessageResolver. I have gone through the documentation on creating customErrorMessageResolver...
Hi, first of all thanks for the awesome job you've done!!! Well, i'm trying to develop a validation on a form where all required data is in one tab. If...
Attribute "element-modifier" is not applied to element descendants for complex elements like timepicker (html table with inputs and button is generated here). The default modifier process these inputs and button.