summaryrefslogtreecommitdiffstats
path: root/templates/groupList.html
diff options
context:
space:
mode:
authorDaniel Landau <daniel@landau.fi>2017-01-01 19:24:28 +0200
committerDaniel Landau <daniel@landau.fi>2017-03-16 21:49:28 +0200
commit7643e81856617f5ec1d22dfd156e59bd854fdbcb (patch)
treed2e9eb78d1378d8e9abf5dc85b92c7db9966fb9a /templates/groupList.html
parentdeeaa43154da0cdd0ae7ac5036fb1c8cdfd4db0b (diff)
Show contact count in left sidebar (fixes #17)
Signed-off-by: Daniel Landau <daniel@landau.fi>
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 840a1822..9c999d76 100644
--- a/templates/groupList.html
+++ b/templates/groupList.html
@@ -1 +1 @@
-<li ng-repeat="group in ctrl.groups" group data="group" ng-click="ctrl.setSelected(group)" ng-class="{active: group === ctrl.getSelected()}"></li>
+<li ng-repeat="group in ctrl.groups" group group-name="group[0]" group-count="group[1]" ng-click="ctrl.setSelected(group[0])" ng-class="{active: group[0] === ctrl.getSelected()}"></li>