summaryrefslogtreecommitdiffstats
path: root/templates/groupList.html
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2016-02-18 17:31:46 +0100
committerThomas Müller <thomas.mueller@tmit.eu>2016-02-18 17:31:46 +0100
commit361754e26bbc95273f6ec68e5256ed98a2650c28 (patch)
tree3beee15cb73dd041480607a936515af228a89874 /templates/groupList.html
parent2e832f7d7d32b4eaca020eb903d1625458c03884 (diff)
Highlight selected group
Diffstat (limited to 'templates/groupList.html')
-rw-r--r--templates/groupList.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/groupList.html b/templates/groupList.html
index 90b3bfda..878ed2da 100644
--- a/templates/groupList.html
+++ b/templates/groupList.html
@@ -1 +1 @@
-<li ng-repeat="group in groups" group data="group"></li>
+<li ng-repeat="group in groups" group data="group" ng-click="setSelected(group)" ng-class="{active: group === selectedGroup}"></li>