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}}