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

Commit 2ce0d35

Browse files
committed
Change default theme to Bootstrap
1 parent bb48d35 commit 2ce0d35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/select.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ if (angular.element.prototype.querySelectorAll === undefined) {
1818
angular.module('ui.select', [])
1919

2020
.constant('uiSelectConfig', {
21-
theme: 'select2',
21+
theme: 'bootstrap',
2222
placeholder: '' // Empty by default, like HTML tag <select>
2323
})
2424

0 commit comments

Comments
 (0)