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

Commit

Permalink
fix(uiSelectNoChoice): support bootstrap-multiple
Browse files Browse the repository at this point in the history
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
  • Loading branch information
turistua authored and user378230 committed May 24, 2016
1 parent 66a2a5e commit 9d29307
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bootstrap/select-multiple.tpl.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@
ondrop="return false;">
</div>
<div class="ui-select-choices"></div>
<div class="ui-select-no-choice"></div>
</div>

0 comments on commit 9d29307

Please sign in to comment.