summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorAlexander Weidinger <alexwegoo@gmail.com>2017-04-19 09:54:23 +0200
committerAlexander Weidinger <alexwegoo@gmail.com>2017-04-19 09:54:23 +0200
commit0a0bec90028307b952589e3eafb20d5fa876dfde (patch)
tree01261fa061e10f0a18617281882126ce584cb452 /templates
parent494fc260cea16613c443e0bb11ccaf4186524efc (diff)
Added tel link to tel field.
Diffstat (limited to 'templates')
-rw-r--r--templates/detailItems/tel.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/detailItems/tel.html b/templates/detailItems/tel.html
index fa886f38..b11e9a06 100644
--- a/templates/detailItems/tel.html
+++ b/templates/detailItems/tel.html
@@ -8,3 +8,4 @@
focus-expression="$parent.ctrl.focus === ctrl.name"
/>
<button ng-click="ctrl.deleteField()" class="icon-delete" title="{{ctrl.t.delete}}"></button>
+<a ng-if="ctrl.data.value.length" class="tel-link" href="tel:{{ctrl.data.value}}">📞</a>