I want to generate inputs with ng repeat, the problem is when i have an error this is only apply on the last element, how can i make this apply per element?
<
I don't know if I understood your question but I use this approach to deal with inputs within ng-repeat. Consider the following codes
This field is required This field is required
Just follow the code. Just comment below if there's somethings not clear