summaryrefslogtreecommitdiffstats
path: root/templates/detailItems
diff options
context:
space:
mode:
authorphsc <phsc>2016-12-06 20:31:56 +0100
committerphsc <phsc>2016-12-06 20:31:56 +0100
commita2f49e13a95c49541d9422392699169979b13055 (patch)
tree6816cc41090411ca04bf01768721945bcac9c0fb /templates/detailItems
parent3bbb8399377ba4e6b7d0dbded87d59645adbeda8 (diff)
Update vcard library (downstream #539)
Diffstat (limited to 'templates/detailItems')
-rw-r--r--templates/detailItems/groups.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/detailItems/groups.html b/templates/detailItems/groups.html
index 160cc0eb..ff776ce0 100644
--- a/templates/detailItems/groups.html
+++ b/templates/detailItems/groups.html
@@ -1,5 +1,5 @@
<label ng-if="ctrl.availableOptions.length === 0" for="details-{{ctrl.name}}">{{ctrl.meta.readableName}}</label>
-<ui-select id="details-{{ctrl.name}}" multiple tagging tagging-label="{{ctrl.t.newGroup}}" ng-model="ctrl.data.value" group-model
+<ui-select id="details-{{ctrl.name}}" multiple tagging tagging-label="{{ctrl.t.newGroup}}" ng-model="ctrl.data.value"
on-remove="ctrl.model.updateContact()" on-select="ctrl.model.updateContact()"
theme="select2" focus-expression="$parent.$parent.ctrl.focus === ctrl.name">
<ui-select-match placeholder="{{ctrl.meta.readableName}}">{{$item}}</ui-select-match>