多项选择

时间:2015-11-03 00:13:36

标签: javascript angularjs

我想知道如何选择多个元素“li”,我有以下内容,其中性别垂直时间,并且想要多次选择小时

<ul class="list-group">
<li class="list-group-item col-md-12 "  
ng-repeat="h_m in [] | tiempoTabla:8:16:15" 
style="padding: 1px !important" 
ng-class="activo(h_m)" 
ng-click="$root.tab[1].active = true">
<p  class="hora text-center" style=" margin: inherit"   >{{h_m}} </p></li>
</ul>

enter image description here

我发现用jquery选中了,但是角度取$ index? http://jsfiddle.net/pqF7b/

0 个答案:

没有答案