summaryrefslogtreecommitdiffstats
path: root/templates/detailItems/tel.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/detailItems/tel.html')
-rw-r--r--templates/detailItems/tel.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/detailItems/tel.html b/templates/detailItems/tel.html
index 85930e60..2b506efc 100644
--- a/templates/detailItems/tel.html
+++ b/templates/detailItems/tel.html
@@ -6,7 +6,7 @@
</a>
<input type="tel" id="details-{{ctrl.name}}-{{ctrl.index}}" name="phone"
ng-model="ctrl.data.value" tel-model ng-model-options="{ debounce: 500 }"
- ng-change="ctrl.model.updateContact()" value=""
+ ng-change="ctrl.updateContact()" value=""
placeholder="{{ctrl.meta.readableName}}"
focus-expression="$parent.ctrl.focus === ctrl.name"
ng-disabled="ctrl.model.addressBook.readOnly"