码迷,mamicode.com
首页 > Web开发 > 详细

angularJS 循环添加 ng-model

时间:2020-05-30 15:40:08      阅读:97      评论:0      收藏:0      [点我收藏+]

标签:效果   scope   nbsp   span   dex   style   col   $scope   index   

for(var index=1;index<7;index++){
    $scope["model_"+index] = index
}

//效果 = 

$scope.model_1 = 1
$scope.model_2 = 2
$scope.model_3 = 3
$scope.model_4 = 4
$scope.model_5 = 5
$scope.model_6 = 6
$scope.model_7 = 7

 

angularJS 循环添加 ng-model

标签:效果   scope   nbsp   span   dex   style   col   $scope   index   

原文地址:https://www.cnblogs.com/Viagra/p/12992810.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!