summaryrefslogtreecommitdiffstats
path: root/templates/detailItems/date.html
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-07-10 18:40:59 +0200
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-07-11 15:31:29 +0200
commit75f0d3c093de01365f85e8e3035291d9a9a8c889 (patch)
treeb84b25a2e6eb16c00a74fd6db8b0f446ef661a03 /templates/detailItems/date.html
parent3f3ad0eeb8e01fe725a89ad196d23f22ad33de41 (diff)
Vue cleanup and init
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'templates/detailItems/date.html')
-rw-r--r--templates/detailItems/date.html8
1 files changed, 0 insertions, 8 deletions
diff --git a/templates/detailItems/date.html b/templates/detailItems/date.html
deleted file mode 100644
index b8761779..00000000
--- a/templates/detailItems/date.html
+++ /dev/null
@@ -1,8 +0,0 @@
-<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.dateInputChanged()" value=""
- focus-expression="$parent.ctrl.focus === ctrl.name"
- ng-disabled="ctrl.contact.readOnly"
-/>
-<button ng-click="ctrl.deleteField()" class="icon-delete" title="{{ctrl.t.delete}}" ng-if="!ctrl.contact.readOnly"></button>