@1111 wrote:
App.BbbRoute = Ember.Route.extend({ actions:{ doSomething: function() } })
App.AaaRoute = App.BbbRoute.extend({ //how can i call doSomething from here ?????? })
when i try to call doSomething i get error message "Can't trigger action 'doSomething ' because your app hasn't finished transitioning into its first route, you can call
.send()
on theTransition
object passed to themodel/beforeModel/afterModel
hooks"i didnt understand how to do that
Posts: 1
Participants: 1