রেডিও নির্বাচনের মান পেতে, নিম্নলিখিতগুলির মতো প্রতিটি ng-মডেলে [$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-এ গতিশীলভাবে ফলাফল দেবে।