summaryrefslogtreecommitdiffstats
path: root/templates/detailItems/username.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/detailItems/username.html')
-rw-r--r--templates/detailItems/username.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/detailItems/username.html b/templates/detailItems/username.html
index 691f3c90..f4fa7183 100644
--- a/templates/detailItems/username.html
+++ b/templates/detailItems/username.html
@@ -4,7 +4,7 @@
<label ng-if="ctrl.availableOptions.length === 0" for="details-{{ctrl.name}}-{{ctrl.index}}">{{ctrl.meta.readableName}}</label>
<input type="text" id="details-{{ctrl.name}}-{{ctrl.index}}" name="{{ctrl.name}}"
ng-model="ctrl.data.value" ng-model-options="{ debounce: 500 }"
- ng-change="ctrl.model.updateContact()" value=""
+ ng-change="ctrl.updateContact()" value=""
placeholder="Username"
focus-expression="$parent.ctrl.focus === ctrl.name"
ng-disabled="ctrl.model.addressBook.readOnly"