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

Commit a7210c4

Browse files
gritchouuser378230
authored andcommitted
fix(uiSelectNoChoice): support Selectize theme
Partial fix for #1608 Closes #1692
1 parent 5336dc5 commit a7210c4

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

Diff for: src/selectize/no-choice.tpl.html

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<div class="ui-select-no-choice selectize-dropdown"
2+
ng-show="$select.items.length == 0">
3+
<div class="selectize-dropdown-content">
4+
<div data-selectable="" ng-transclude></div>
5+
</div>
6+
</div>

Diff for: src/selectize/select.tpl.html

+1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@
1313
aria-label="{{ $select.baseTitle }}">
1414
</div>
1515
<div class="ui-select-choices"></div>
16+
<div class="ui-select-no-choice"></div>
1617
</div>

0 commit comments

Comments
 (0)