Hi.
I’m facing a problem in the development of an app.
Right now my app is similar to the tabs exemple ionic provides. However, i want to navigate from within the tabs to outside, keeping history, back button and all the good animations.
Exemple: I’m in “#/tab/account” and i click a button that takes me to “#/settings”. I want to have the same behavior as if i was navigating at the same level ex. “#/login” —> “#/settings”.
What is the right way to do this?
Any ideas?