aomran / ember-cli-zero-clipboard

Ember CLI addon for adding a "copy to clipboard" button component
https://www.npmjs.org/package/ember-cli-zero-clipboard
17 stars 12 forks source link

`ready` action send logs error #29

Open blimmer opened 8 years ago

blimmer commented 8 years ago

Seeing in this 2.8.x:

Can't trigger action 'ready' because your app hasn't finished transitioning into its first route.
To trigger an action on destination routes during a transition, you can call `.send()` on the 
`Transition` object passed to the `model/beforeModel/afterModel` hooks.