Để nhận giá trị của radio select, hãy thêm [$ index] vào từng ng-model như sau:
<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>
Phần trên sẽ cung cấp cho bạn kết quả động trong AngularJS.