我想知道如何选择多个元素“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>
我发现用jquery选中了,但是角度取$ index? http://jsfiddle.net/pqF7b/