Any way to tell apart some route transitions?

Hi there,

is there a smart way to show a loading substate when changing from route A to route B (which may take some time), but not show such a loading substate when route B reloads (due to queryParamsDidChange)?

Kindest regards,

Martin

The Ember docs have a good explanation on how to do it here. Is that what you’re looking to do?

Thank you, this helps a little. Is there a way to control the loading substates programmatically instead of just putting the to the right place having the right name? I basically want to use the loading substates when I change to a route from another one but NOT if I reload that route…

Regards,

Martin