summaryrefslogtreecommitdiffstats
path: root/templates/contact.html
diff options
context:
space:
mode:
authorHendrik Leppelsack <hendrik@leppelsack.de>2015-10-29 11:05:48 +0100
committerHendrik Leppelsack <hendrik@leppelsack.de>2015-10-30 14:20:57 +0100
commit0ba8c9a0a054e23f03b82b6fd0132ee7a766c565 (patch)
tree4aee57bbfe8cffd38572e7389434aab7aae83357 /templates/contact.html
parent34b1aad957d31808707a6d451cfc7963f4b3d471 (diff)
implement jcard support
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 960e1e76..efad39c8 100644
--- a/templates/contact.html
+++ b/templates/contact.html
@@ -1,3 +1,3 @@
<li>
- {{ctrl.data.addressData | vCard2JSON:'n'}} | {{ctrl.data.addressData | vCard2JSON:'tel'}} | {{ctrl.data.addressData | vCard2JSON:'email'}}
+<input type="text" ng-model="ctrl.contact.name" ng-model-options="{getterSetter: true}" />
</li> \ No newline at end of file