Skip to content

andrewpye/ember-transition-helper

 
 

Repository files navigation

ember-transition-helper Build Status Ember Observer Score

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).

Requirements

Requires Ember 2.3.0+ ( we use Ember.getOwner API, which was introduced in 2.3.0 ).

Polyfill for getOwner:

if you don't have ember 2.3+ you can install a polyfill addon: https://github.com/rwjblue/ember-getowner-polyfill

Installation

  • git clone this repository
  • npm install
  • bower install

Running

Running Tests

  • npm test (Runs ember 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/.

About

Ember addon. Allows to use transitionTo as a action.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 69.3%
  • HTML 30.7%