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

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

迷茫
迷茫

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

Antworte allen(1)
过去多啦不再A梦

用数组呗

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

存在$scope.inputs数组

Beliebte Tutorials
Mehr>
Neueste Downloads
Mehr>
Web-Effekte
Quellcode der Website
Website-Materialien
Frontend-Vorlage