A convenient component that wraps around Bootstrap Tokenfield.
Examples: http://aethermx.github.io/ember-cli-bootstrap-tokenfield/
ember install ember-cli-bootstrap-tokenfield
# if ember-cli <= 0.2.2
ember install:addon ember-cli-bootstrap-tokenfield
The addon already downloads Bootstrap, but it imports only the CSS. Fonts and JS components will still be required to be imported by you, if you need them.
git clone
this repositorynpm install
bower install
ember server
- Visit your app at http://localhost:4200.
ember test
ember test --server
ember build
For more information on using ember-cli, visit http://www.ember-cli.com/.