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-to
links referencing the current path are not set with theactive
class.
Aucun commentaire:
Enregistrer un commentaire