I have table with ng-repeat for table rows. I want to make inline editing and validation of data from single row, but it is impossible to use for
table
ng-repeat
for
NG-Form works on elements that are not a HTML form. So, you should be able to use the built ng-form validations inside a table. It seems to track the forms properly per row for me.
https://docs.angularjs.org/api/ng/directive/form
{{market.id}}