Hi all!
I’m working on a tablet application where the tab bar needs to change when I visit a certain page. The app is not using side menu, only a tab bar. On the first page, I have a simple ion-list where each item has a ng-click event that fires a $state.go to the new page.
On this second page, I need to see another tab bar than the one before. But when I go to the second page, the tab bar changes but my page is empty. On each tab, there is another ion-nav-view so I think my page is loaded in the wrong ion-nav-view or something?
Does anyone have some advice or an example on how to make an app with multiple tab bars?
Thanks!