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
{{ message }}
This repository was archived by the owner on Oct 2, 2019. It is now read-only.
- Allows to specify something else than "item" inside the repeat expression
- Allows to specify a promise inside the repeat expression
- Move out ui-select controller from the directive
- Various fixes and refactoring
@@ -11,7 +11,7 @@ AngularJS-native version of [Select2](http://ivaynberg.github.io/select2/) and [
11
11
- Available themes: Bootstrap, Select2 and Selectize
12
12
- Keyboard support
13
13
- jQuery not required (except for old browsers)
14
-
- Small code base: 250 lines of JavaScript vs 20 KB for select2.min.js
14
+
- Small code base: 400 lines of JavaScript vs 20 KB for select2.min.js
15
15
16
16
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).
17
17
@@ -28,6 +28,25 @@ Check the [examples](https://github.com/angular-ui/ui-select/blob/master/example
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).
109
+
110
+
### ng-bind-html gives me "Error: [$sce:unsafe] Attempting to use an unsafe value in a safe context"
111
+
112
+
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