summaryrefslogtreecommitdiffstats
path: root/templates/detailItems/date.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/detailItems/date.html')
-rw-r--r--templates/detailItems/date.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/detailItems/date.html b/templates/detailItems/date.html
index cab0a9e0..61e5050a 100644
--- a/templates/detailItems/date.html
+++ b/templates/detailItems/date.html
@@ -1,6 +1,6 @@
-<label for="details-{{ctrl.name}}">{{ctrl.meta.readableName}}</label>
-<input type="date" id="details-{{ctrl.name}}" name="{{ctrl.name}}"
- ng-model="ctrl.data.value" date-model ng-model-options="{ debounce: 500 }"
+<label>{{ctrl.meta.readableName}}</label>
+<input type="text" name="{{ctrl.name}}"
+ ng-model="ctrl.data.value" datepicker ng-model-options="{ debounce: 500 }"
ng-change="ctrl.model.updateContact()" value=""
focus-expression="$parent.ctrl.focus === ctrl.name"
/>