I'm using ember-simple-auth in my Ember app.
When doing normal navigation, the active class on link-to helpers are set correctly.
However, when I'm not authenticated, here's what happens:
- ember-simple-auth aborts the transition, and transitions to login.
- After I login, the previous route is retried by ember-simple-auth.
- I am transitioned to the route I was trying to access correctly, but the
link-tolinks referencing the current path are not set with theactiveclass.
Aucun commentaire:
Enregistrer un commentaire