summaryrefslogtreecommitdiffstats
path: root/templates/groupList.html
blob: 0656e48f2f2c5f7e50f13c89732bfa87d37ae4ab (plain)
1
<li ng-repeat="group in ctrl.groups" group data="group" ng-click="ctrl.setSelected(group)" ng-class="{active: group === ctrl.getSelected}"></li>