summaryrefslogtreecommitdiffstats
path: root/templates/contactList.html
diff options
context:
space:
mode:
authorHendrik Leppelsack <hendrik@leppelsack.de>2016-02-18 15:19:57 +0100
committerThomas Müller <thomas.mueller@tmit.eu>2016-02-18 17:13:13 +0100
commit8896d3b8e4c5b5a06585df6ea3aa0efa5fb2215c (patch)
treec8771003d0236b6d8d9826df134b4153199f2fc7 /templates/contactList.html
parentd721c6f8427dfe9662cc2bade26bddcffbce9576 (diff)
immediately detect changes to gid in route
Diffstat (limited to 'templates/contactList.html')
-rw-r--r--templates/contactList.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/contactList.html b/templates/contactList.html
index 6d13f2f8..71af18e6 100644
--- a/templates/contactList.html
+++ b/templates/contactList.html
@@ -1,4 +1,4 @@
<button class="app-content-list-button" type="button" name="button" ng-click="ctrl.createContact()">Add contact</button>
-<div class="app-content-list-item" ng-repeat="contact in ctrl.contacts | contactGroupFilter:gid | orderBy:'fullName()' track by contact.uid()" contact data="contact">
+<div class="app-content-list-item" ng-repeat="contact in ctrl.contacts | contactGroupFilter:ctrl.routeParams.gid | orderBy:'fullName()' track by contact.uid()" contact data="contact">
</div>