summaryrefslogtreecommitdiffstats
path: root/templates/contact.html
diff options
context:
space:
mode:
authorHendrik Leppelsack <hendrik@leppelsack.de>2016-02-18 15:47:57 +0100
committerThomas Müller <thomas.mueller@tmit.eu>2016-02-18 17:13:58 +0100
commite0b24d2519b223f1eaf2e4f6bd6bc9260e4c23fa (patch)
treedf1daabbea235592cc57736b9ff48fd144eb6360 /templates/contact.html
parent8896d3b8e4c5b5a06585df6ea3aa0efa5fb2215c (diff)
fix click on contact list
Diffstat (limited to 'templates/contact.html')
-rw-r--r--templates/contact.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/contact.html b/templates/contact.html
index 752327ab..ca986a7e 100644
--- a/templates/contact.html
+++ b/templates/contact.html
@@ -1,4 +1,4 @@
-<a class="app-content-list-item-link" ng-href="#/{{ctrl.contact.uid()}}">
+<a class="app-content-list-item-link" ng-click="ctrl.openContact()">
<div class="app-content-list-item-icon contact__icon" ng-style="{'background-color': (ctrl.contact.uid() | contactColor) }">{{ ctrl.contact.fullName() | firstCharacter }}</div>
<div class="app-content-list-item-star icon-star" data-starred="false"></div>