Looking for a way to validate a form that contains multiple radio checkboxes within an ng-repeat loop. How can I ensure the selected option is validated with the radio button input?
Validation outside of the ng-repeat loop is functioning properly. For example, when changing $index to customDish.
The issue lies in validating inside the ng-repeat loop using $index.
The "Field Required" message should be displayed next to the selected radio button inside the ng-repeat loop.
Check out this Plunker example:
[http://plnkr.co/edit/j6bswtctD0ixaQmcDrp1?p=preview][1]
Your assistance would be greatly appreciated.
Thank you in advance
[1]: http://plnkr.co/edit/j6bswtctD0ixaQmcDrp1?p=preview