You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-Available themes: Bootstrap, Select2 and Selectize
13
+
- Search, Select, and Multi-select
14
+
-Themes: Bootstrap, Select2 and Selectize
15
15
- Keyboard support
16
16
- jQuery not required (except for old browsers)
17
-
- Small code base: 400 lines of JavaScript vs 20 KB for select2.min.js
17
+
- Small code base: 4.57KB min/gzipped vs 20KB for select2
18
18
19
19
For the roadmap, check [issue #3](https://github.com/angular-ui/ui-select/issues/3) and the [Wiki page](https://github.com/angular-ui/ui-select/wiki/Roadmap).
20
20
21
-
## Browser compatibility
22
-
23
-
Starting from Internet Explorer 8 and Firefox 3.6 included.
For more explanations, check [ui-select #18](https://github.com/angular-ui/ui-select/issues/18) and [angular.js #6199](https://github.com/angular/angular.js/issues/6199).
112
-
113
-
### ng-bind-html gives me "Error: [$sce:unsafe] Attempting to use an unsafe value in a safe context"
114
-
115
-
You need to use module [ngSanitize](http://docs.angularjs.org/api/ngSanitize) (recommended) or [$sce](http://docs.angularjs.org/api/ng/service/$sce):
0 commit comments