summaryrefslogtreecommitdiffstats
path: root/templates/detailItems/groups.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/detailItems/groups.html')
-rw-r--r--templates/detailItems/groups.html10
1 files changed, 0 insertions, 10 deletions
diff --git a/templates/detailItems/groups.html b/templates/detailItems/groups.html
deleted file mode 100644
index 8da05fc5..00000000
--- a/templates/detailItems/groups.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<label ng-if="ctrl.availableOptions.length === 0" for="details-{{ctrl.name}}-{{ctrl.index}}">{{ctrl.meta.readableName}}</label>
-<ui-select id="details-{{ctrl.name}}-{{ctrl.index}}" multiple tagging tagging-label="{{ctrl.t.newGroup}}" ng-model="ctrl.data.value"
- on-remove="ctrl.updateContact()" on-select="ctrl.updateContact()"
- theme="select2" focus-expression="$parent.$parent.ctrl.focus === ctrl.name"
- ng-disabled="ctrl.contact.readOnly">
- <ui-select-match placeholder="{{ctrl.meta.readableName}}">{{$item}}</ui-select-match>
- <ui-select-choices repeat="group in ctrl.availableGroups | filter:$select.search">
- {{group}}
- </ui-select-choices>
-</ui-select>