@em.b wrote:
I am calling
transitionTo()
from within a route'swillTransition()
action hook under certain conditions. I providetransitionTo()
an argument that references a nested route, e.g.'home.users.details'
.The transition occurs, but the
'active'
class does not get applied to any of the{{link-to}}
helper elements. If I manually navigate to the desired route by clicking on the{{link-to}}
helper elements, the active class does get applied.Why isn't
transitionTo()
applying'active'
to the routes or subroutes that it is transitioning to? How to fix?
Posts: 3
Participants: 2