radio select의 값을 얻으려면 다음과 같이 각 ng-model에 [$index]를 추가하십시오.
<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에서 동적으로 결과를 제공합니다.