angular.js - angularjs定义变量名
迷茫
迷茫 2017-05-15 17:06:37
0
1
527

想要循环绑定ng-model,怎么才能保证ng-model的命名不一样呢

迷茫
迷茫

业精于勤,荒于嬉;行成于思,毁于随。

reply all(1)
过去多啦不再A梦

Use an array

<p ng-repeat="item in arr">
    <input ng-model="inputs[$index]">
</p>

There is $scope.inputs array

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template