To get started, install this addon, ember-cli-sass, and include the ember-searchable-select styles in your app.scss.
ember install ember-searchable-select
ember install ember-cli-sass
@import "ember-searchable-select/style";
There are many ways to customize and configure ember-searchable-select. Full documentation and demos can be found at http://tedconf.github.io/ember-searchable-select/.
ember server
- Visit your app at http://localhost:4200.
ember test
ember test --server
ember build
git checkout master
ember github-pages:commit --message "Update gh-pages"
For more information on using ember-cli, visit http://www.ember-cli.com/.