Demo available here: http://ember-at-js.rinti.se/
The component takes two arguments, settings
and value
.
Example:
Different settings can be found at the At.js documentation.
ember install ember-at-js
This addon do not automatically import the default styles for you. If you want the At.js default styles add:
app.import(app.bowerDirectory + '/At.js/dist/css/jquery.atwho.css');
to your ember-cli-build.js
npm test
(Runsember try:each
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/.