You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
on returning from the settings screen with the latter backbutton, the Session.get('ionTab.current') I use to manually set the tab and determine status gets manipulated to "/tabs/list" whereas I need it to be "tabs.list" (iron router path). My browser path is "/tabs/list" but nowhere in my code do I set ionTab.current to other version. I assume it must be set internally when pressing the navbackbutton.
Can I change this?
Eg if I'm on
news
and callRouter.go 'todos'
. Thetodos
route is rendered, but the news icon is still on theiconOn
version. Note that:todos
tab icon, it works as expected#ionTabs
is in an IR layout that is shared between the two routes, and is not rerendered when switching between them.The text was updated successfully, but these errors were encountered: