summaryrefslogtreecommitdiffstats
path: root/templates/detailItems/textarea.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/detailItems/textarea.html')
-rw-r--r--templates/detailItems/textarea.html9
1 files changed, 0 insertions, 9 deletions
diff --git a/templates/detailItems/textarea.html b/templates/detailItems/textarea.html
deleted file mode 100644
index d3b1c3e8..00000000
--- a/templates/detailItems/textarea.html
+++ /dev/null
@@ -1,9 +0,0 @@
-<label for="details-{{ctrl.name}}-{{ctrl.index}}">{{ctrl.meta.readableName}}</label>
-<textarea id="details-{{ctrl.name}}-{{ctrl.index}}" name="{{ctrl.name}}"
- ng-model="ctrl.data.value" rows="3" cols="40"
- ng-model-options="{ debounce: 500 }" ng-change="ctrl.updateContact()"
- placeholder="{{ctrl.meta.readableName}}"
- focus-expression="$parent.ctrl.focus === ctrl.name"
- ng-disabled="ctrl.contact.readOnly">
-</textarea>
-<button ng-click="ctrl.deleteField()" class="icon-delete" title="{{ctrl.t.delete}}" ng-if="!ctrl.contact.readOnly"></button>