ember-states
ember-states copied to clipboard
Hey there! When I execute the install commande line `ember install ember-states`, I get the following error: ``` No compatible version found: ember-states@'*' Valid install targets: ["1.13.0-beta"] ``` I've managed...
`sending('destroy')` should not destroy anything? Also collisions with general API methods should not be possible and Ember.States should play nice with the new actions and action hashes in ember proper.
Hi, I'm trying to use application.inject() in an initializer in order to make an object available to my StateManager and I was wondering what the correct name for the factory...