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

Commit f57f8d7

Browse files
committed
Merge pull request #743 from rickatultraware/master
Fix bootstrap styling for ui-select.
2 parents d524e80 + f3a1965 commit f57f8d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/match.tpl.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div class="ui-select-match" ng-hide="$select.open" ng-disabled="$select.disabled" ng-class="{'btn-default-focus':$select.focus}">
22
<span tabindex="-1"
3-
class="btn btn-default form-control ui-select-toggle"
3+
class="form-control ui-select-toggle"
44
aria-label="{{ $select.baseTitle }} activate"
55
ng-disabled="$select.disabled"
66
ng-click="$select.activate()"

0 commit comments

Comments
 (0)