Simple Ember dropdown select component based on Bootstrap.
*This component is still in development.
Do you want to see it in action? Visit http://valtlfelipe.github.io/ember-cli-select-it/#/.
Install using ember-cli:
ember install ember-cli-select-it
For now, I haven't created the documentation yet. Please follow the examples here.
View the License for this repository.
Feel free to report issues, or even submit your pull request with new features or bug fixes. I would love to see some contribution.
git clone
this repositorynpm install
bower install
ember server
- Visit your app at http://localhost:4200.
npm test
(Runsember try:testall
to test your addon against multiple Ember versions)ember test
ember test --server
ember build
For more information on using ember-cli, visit http://www.ember-cli.com/.