Skip to content
This repository was archived by the owner on Oct 2, 2019. It is now read-only.

Commit 9d29307

Browse files
turistuauser378230
authored andcommitted
fix(uiSelectNoChoice): support bootstrap-multiple
While using ui-select-no-choice directive it doesn't apply for multiselect mode (bootstrap theme). Appropriate markup was missed for multiselect mode in template for bootstrap theme. Closes #1614 & #1615
1 parent 66a2a5e commit 9d29307

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bootstrap/select-multiple.tpl.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@
1717
ondrop="return false;">
1818
</div>
1919
<div class="ui-select-choices"></div>
20+
<div class="ui-select-no-choice"></div>
2021
</div>

0 commit comments

Comments
 (0)