Computer >> คอมพิวเตอร์ >  >> การเขียนโปรแกรม >> Javascript

ไม่สามารถรับค่าของการตั้งค่าการเลือกวิทยุแบบไดนามิกใน AngularJS


ในการรับค่าของ 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