Do you want to do this?
{{some-link click=(transition-to "test" 'arg-to-route')}}
Then this addon is for you. This is a very simple addon that gives you access to a helper (transition-to).
Requires Ember 2.3.0+ ( we use Ember.getOwner API, which was introduced in 2.3.0 ).
if you don't have ember 2.3+ you can install a polyfill addon: https://github.com/rwjblue/ember-getowner-polyfill
git clonethis repositorynpm installbower install
ember server- Visit your app at http://localhost:4200.
npm test(Runsember try:testallto test your addon against multiple Ember versions)ember testember test --server
ember build
For more information on using ember-cli, visit http://www.ember-cli.com/.