ember-route-action
v0.0.5
Published
The default blueprint for ember-cli addons.
Downloads
9
Readme
Ember-route-action
Do you want to do this?
{{some-link click=(transitionTo "test" 'arg-to-route')}}
Then this addon is for you.
Installation
git clone
this repositorynpm install
bower install
Running
ember server
- Visit your app at http://localhost:4200.
Running Tests
npm test
(Runsember try:testall
to test your addon against multiple Ember versions)ember test
ember test --server
Building
ember build
For more information on using ember-cli, visit http://www.ember-cli.com/.