summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorAlexander Weidinger <irgendwie@users.noreply.github.com>2017-07-26 23:35:32 +0200
committerGitHub <noreply@github.com>2017-07-26 23:35:32 +0200
commite955de6871f1274abe240b8580e2b4acd3b8acdf (patch)
tree3092a6b3e441942b281a658a2b5cb9d8f415bd22 /templates
parentecc8511eeae67d420206d04388daa5b5152930b1 (diff)
parent8bd3a7aea2037197305daeb260f8e3298ba351c0 (diff)
Merge pull request #250 from nextcloud/date-input-enhancement
Upstream date input enhancement
Diffstat (limited to 'templates')
-rw-r--r--templates/detailItems/date.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/detailItems/date.html b/templates/detailItems/date.html
index 4f6b05e0..bc538d51 100644
--- a/templates/detailItems/date.html
+++ b/templates/detailItems/date.html
@@ -1,7 +1,7 @@
<label 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" datepicker ng-model-options="{ debounce: 500 }"
- ng-change="ctrl.model.updateContact()" value=""
+ ng-change="ctrl.dateInputChanged()" value=""
focus-expression="$parent.ctrl.focus === ctrl.name"
/>
<button ng-click="ctrl.deleteField()" class="icon-delete" title="{{ctrl.t.delete}}"></button>