summaryrefslogtreecommitdiffstats
path: root/templates/groupList.html
diff options
context:
space:
mode:
authorHendrik Leppelsack <hendrik@leppelsack.de>2016-03-17 20:23:19 +0100
committerirgendwie <alexwegoo@gmail.com>2016-03-17 23:24:37 +0100
commit65b6239acc0af17f681dfcd797fca75ea7c14220 (patch)
tree4491d736eea032177f9608d04619b6bd49cf6844 /templates/groupList.html
parentf6178fe8011160482f6d954d4a664b117194e0e3 (diff)
cleanup grouplist
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 878ed2da..25db5d2f 100644
--- a/templates/groupList.html
+++ b/templates/groupList.html
@@ -1 +1 @@
-<li ng-repeat="group in groups" group data="group" ng-click="setSelected(group)" ng-class="{active: group === selectedGroup}"></li>
+<li ng-repeat="group in ctrl.groups" group data="group" ng-click="setSelected(group)" ng-class="{active: group === ctrl.getSelected}"></li>