diff --git a/CHANGELOG.md b/CHANGELOG.md index 4073451a6..7179799d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -108,8 +108,8 @@ - -## [0.16.1](https://github.com/angular-ui/ui-select/compare/v0.16.1...v0.17.0) (2016-05-11) + +## [0.17.0](https://github.com/angular-ui/ui-select/compare/v0.16.1...v0.17.0) (2016-05-11) ### Bug Fixes diff --git a/docs/examples/demo-selectize-with-bootstrap.html b/docs/examples/demo-selectize-with-bootstrap.html index cf7528c59..97f23d15d 100644 --- a/docs/examples/demo-selectize-with-bootstrap.html +++ b/docs/examples/demo-selectize-with-bootstrap.html @@ -16,8 +16,8 @@ .input-group > .selectize-control > .selectize-input { border-bottom-right-radius: 0; border-top-right-radius: 0; - } - + } +

Selected: {{ctrl.person.selected.name}}

@@ -77,6 +77,21 @@ +
+ +
+ + + {{$item.name}} + +
+ +
+
+ +
+
+
diff --git a/docs/index.html b/docs/index.html index 734486bdb..b0b455437 100644 --- a/docs/index.html +++ b/docs/index.html @@ -135,7 +135,7 @@

Dependencies

AngularJS (requires AngularJS 1.2.x or higher, tested with 1.5.3).
  • - Angular-Sanitze (the version should match your version of angular.js). + Angular-Sanitize (the version should match your version of angular.js).
  • The matching CSS for your the theme you wish to use: @@ -188,4 +188,4 @@

    Examples

  • - \ No newline at end of file + diff --git a/src/bootstrap/choices.tpl.html b/src/bootstrap/choices.tpl.html index 75c964e6a..c3f78e2e7 100644 --- a/src/bootstrap/choices.tpl.html +++ b/src/bootstrap/choices.tpl.html @@ -1,5 +1,4 @@
    diff --git a/src/bootstrap/select.tpl.html b/src/bootstrap/select.tpl.html index bed1e4d77..26fe13aa1 100644 --- a/src/bootstrap/select.tpl.html +++ b/src/bootstrap/select.tpl.html @@ -1,10 +1,10 @@