summaryrefslogtreecommitdiffstats
path: root/templates/groupList.html
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2016-02-12 13:48:46 +0100
committerThomas Müller <thomas.mueller@tmit.eu>2016-02-18 17:13:13 +0100
commit9a8fcbc7ec64522c702d95ccce1b58baf58b97c5 (patch)
tree645102b1f11c60e68a6cb2bf3186ec6b009b4240 /templates/groupList.html
parentf55d2b5f7b951268b8447c9932902a3bb1d2a3c4 (diff)
Display groups on the left side bar
Diffstat (limited to 'templates/groupList.html')
-rw-r--r--templates/groupList.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/groupList.html b/templates/groupList.html
new file mode 100644
index 00000000..90b3bfda
--- /dev/null
+++ b/templates/groupList.html
@@ -0,0 +1 @@
+<li ng-repeat="group in groups" group data="group"></li>