Slide 46
Slide 46 text
How?
• Ember.run.queues => ["sync", "actions",
"routerTransitions", "render", "afterRender", “destroy"]
• beforeModel calls a willResolveModel hook that
schedules triggering a “loading” event in the
“routerTransitions” queue
• the loading event is fired unless the router has already
finalized the transition
• the loading event transitions to the appropriate loading
route and will render the template that belongs to it