diff --git a/tests/dummy/app/templates/public-pages/index.hbs b/tests/dummy/app/templates/public-pages/index.hbs index 044f6fac4..f2d8f7616 100644 --- a/tests/dummy/app/templates/public-pages/index.hbs +++ b/tests/dummy/app/templates/public-pages/index.hbs @@ -14,8 +14,9 @@

Feature rich

- Inspired by Select2.js it supports groups, filtering, - promises and multiple selections right away. + Inspired by Select2.js, selectize.js and others, + it supports groups, filtering, multiple + selections, keyboard navigation and is accesible right away.
@@ -25,8 +26,8 @@

With Ember for Ember

- Built using ember practices, it feels natural to use - and plays nicely with ember-data collections. + Built using ember best practices, it feels natural to use + and plays nicely with promises, actions, and ember-data collections.
@@ -37,7 +38,8 @@

Do it your way

Want custom html? Pass a block. Async searching? Use an action. - Something entirely different? Roll your own template. + Something totally custom? Just replace pieces of the select + with your own components and do it.