angular-validator
angular-validator copied to clipboard
AngularJS form validation.
The name "angular-validator" has been used by other project. Maybe should change the name in package.json for npm download.
Hello, I'd like to use this validator to make my form field names unique. I would like to make this verification in popover when I add a field. Is there...
When registering a rule I can set `invoke: 'blur',` and `error: function() {...}` and the error function is only called on blur. This is the desired behavior. However, when `success:...
In line 67 in directive.coffee element[0].select() will be returned which seems to be undefined in case of an validation error. Console output: ``` javascript TypeError: undefined is not a function...
Hi. I have let's say 5 validators on a form. On save, i would like to be notified when validation fails, so I can iterate over the failed validators and...
I have created a from using the form builder. User puts the data in the fields and redirected to a confirm page, if user wants to correct any thing, they...
I am able to submit function from another javascript function but submit angularjs function is executed after javascript function is completed.
I'm using AngularJS v1.3.15 and I've included following on my html document This is what's in there in App.js ``` angular.module('App ', [ 'ui.router', 'ngAnimate', 'validator', 'validator.rules', 'User' ]).config(['$validatorProvider', function...
What about radio btn group validation ?