Thanks, Michael! I kind of skim over validate section and it looks interesting.
Regarding of on-Blur validation for maxlength, minlength...etc, I also found some custom validation doc from AngularJS. http://docs.angularjs.org/guide/forms. Combining Vojta's example with custom validation doc, now I can check maxlength, minlength, etc on Blur. I find it easier when I don't use or override built-in ng-maxlength, ng-minlength, etc directives when I want to validate input on Blur. On Wednesday, December 18, 2013 9:39:52 AM UTC-6, Michael Bielski wrote: > > Have you looked at the Angular-UI Event Binder? > https://github.com/angular-ui/ui-utils#event. > > -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/groups/opt_out.
