想要循環綁定ng-model,怎麼能保證ng-model的命名不一樣呢
业精于勤,荒于嬉;行成于思,毁于随。
用數組唄
<p ng-repeat="item in arr"> <input ng-model="inputs[$index]"> </p>
存在$scope.inputs數組
用數組唄
存在$scope.inputs數組