summaryrefslogtreecommitdiffstats
path: root/templates/detailItems/date.html
blob: 61e5050acc06a6dd1d061f7b3e227c60f598a026 (plain)
1
2
3
4
5
6
7
<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"
/>
<button ng-click="ctrl.deleteField()" class="icon-delete" title="Delete"></button>