I've been checking out the valdr form validation service (http://netceteragroup.github.io/valdr/) as means of better organizing my form validation rules. It looks quite simple to use, except I think it has issue supporting ng-repeat blocks.
This because it relies on input name attribute to map rules to inputs, but by dynamically building inputs within an ng-repeat, the input names change.
Wondered if anyone had experience with this? Also curious of any feedback in general for this plugin, since there is little mention of it out on the web.
Thank you.