I would like to know how I can make a multiple selection of elements "li", I have the following, where gender vertically hours, and want to make a multiple selection of hours taken
<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>
I found selected with jquery, but as angular take the $ index? http://jsfiddle.net/pqF7b/