diff --git a/examples/demo-multi-select.html b/examples/demo-multi-select.html index ed1e6e27a..96e39c26c 100644 --- a/examples/demo-multi-select.html +++ b/examples/demo-multi-select.html @@ -122,7 +122,7 @@

Array of strings

Selected: {{multipleDemo.colors}}


Array of objects (sorting enabled)

- + {{$item.name}} <{{$item.email}}>
@@ -135,8 +135,8 @@

Array of objects (sorting enabled)

Selected: {{multipleDemo.selectedPeople}}


-

Deselect callback with single property binding

- +

Deselect callback with single property binding (select2 theme)

+ {{$item.name}} <{{$item.email}}>
@@ -150,8 +150,8 @@

Deselect callback with single property binding

Last removed model: {{lastRemoved.model}}


-

Array of objects with single property binding

- +

Array of objects with single property binding (select2 theme)

+ {{$item.name}} <{{$item.email}}>
@@ -165,7 +165,7 @@

Array of objects with single property binding


Array of objects (with groupBy)

- + {{$item.name}} <{{$item.email}}>
diff --git a/src/bootstrap/select-multiple.tpl.html b/src/bootstrap/select-multiple.tpl.html index 4d96f4db2..f5ac83c93 100644 --- a/src/bootstrap/select-multiple.tpl.html +++ b/src/bootstrap/select-multiple.tpl.html @@ -1,5 +1,7 @@ -