A convenient component that wraps around Bootstrap Tokenfield.
Examples: http://aethermx.github.io/ember-cli-bootstrap-tokenfield/
Supported versions:
- ember 1.12
- ember 1.13.2
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 clonethis repositorynpm installbower install
ember server- Visit your app at http://localhost:4200.
ember testember test --server
ember build
For more information on using ember-cli, visit http://www.ember-cli.com/.