summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorAlexander Weidinger <alexwegoo@gmail.com>2016-03-16 20:15:14 +0100
committerHendrik Leppelsack <hendrik@leppelsack.de>2016-03-16 21:16:41 +0100
commit2896cc74b068fd3c242f99e799618e311d45df0a (patch)
tree5b76df03856e73fb0c42c7a378bf93235c00d3ba /templates
parent79717934bddf6aa8f9b13ae3dfba196052a2779e (diff)
Small fixes.
Diffstat (limited to 'templates')
-rw-r--r--templates/contactList.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/contactList.html b/templates/contactList.html
index 2068c828..778a9c9a 100644
--- a/templates/contactList.html
+++ b/templates/contactList.html
@@ -2,5 +2,5 @@
<div class="app-content-list-item"
ng-repeat="contact in ctrl.contactList = (ctrl.contacts | contactGroupFilter:ctrl.routeParams.gid | orderBy:'fullName()' | filter:query) track by contact.uid()"
contact data="contact"
- ng-click="setSelected(contact.uid())" ng-class="{active: contact.uid() === selectedContactId}">
+ ng-click="setSelected(contact.uid())" ng-class="{active: contact.uid() === ctrl.selectedContactId}">
</div>