码迷,mamicode.com
首页 > 其他好文 > 详细

ng-repeat创建的元素实现单个点击选中

时间:2016-12-24 11:37:57      阅读:157      评论:0      收藏:0      [点我收藏+]

标签:log   classname   nbsp   div   cli   scope   ng-repeat   name   res   

html

<div ng-repeat="a in b" ng-click="click(a)" na-class="{{‘classname‘:data ===‘xxx‘}}"></div>

 

controller

$scope.data = resp.xxxx;

$scope.click=function(e){

  console.log(e);

}

ng-repeat创建的元素实现单个点击选中

标签:log   classname   nbsp   div   cli   scope   ng-repeat   name   res   

原文地址:http://www.cnblogs.com/dddmw/p/6216728.html

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