summaryrefslogtreecommitdiffstats
path: root/templates/contact.html
diff options
context:
space:
mode:
authorHendrik Leppelsack <hendrik@leppelsack.de>2015-11-05 12:55:12 +0100
committerHendrik Leppelsack <hendrik@leppelsack.de>2015-11-05 12:55:12 +0100
commit820e1ceddc90661236dc89608aa023b9929ead6c (patch)
treee9d2ef69f784480444156b3bd41827595ae23592 /templates/contact.html
parent0ba8c9a0a054e23f03b82b6fd0132ee7a766c565 (diff)
getting started with vcard parsing
Diffstat (limited to 'templates/contact.html')
-rw-r--r--templates/contact.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/templates/contact.html b/templates/contact.html
index efad39c8..692b905e 100644
--- a/templates/contact.html
+++ b/templates/contact.html
@@ -1,3 +1 @@
-<li>
-<input type="text" ng-model="ctrl.contact.name" ng-model-options="{getterSetter: true}" />
-</li> \ No newline at end of file
+<a ui-sref="./{{ctrl.contact.uid()}}">{{ctrl.contact.fullName()}}</a> \ No newline at end of file