Hi there, I'm facing an issue while attempting to showcase a group of radio buttons within an ng-repeat loop. It appears that the initial values from the fields bound to ng-model are not being recognized by the input.
When providing a simple array to ng-repeat, the buttons display with their correct initial values. However, once a nested ng-repeat is introduced, only the last item in each list initializes with a value.
You can view my code on CodePen:
https://codepen.io/alokraop/pen/JXLZBp
I'm uncertain about what mistake I might be making. I'm ensuring that the name
attribute for each radio button is unique within its group.
Your assistance would be greatly appreciated.