ในการรับค่าของ radio select ให้เพิ่ม [$index] ให้กับแต่ละ ng-model ดังนี้:
<td><input type = "radio" ng-model = "classes.satisfies[$index]" value = "Country1"> India</td> <td><input type = "radio" ng-model = "classes.satisfies[$index]" value = "Country 2"> US</td>
ด้านบนจะให้ผลลัพธ์แบบไดนามิกใน AngularJS