Is it possible to have a tabbed navigation on a page?
I’m trying to upgrade from route based navigation to the new state based navigation. However, I’m having difficulty in implementing a tabbed view within a page. The tabbed content does not get loaded within the nav-view when abstract is set to true.
I’m trying to follow the documentation on http://ionicframework.com/docs/angularjs/controllers/view-state/, but when I try to adapt the code in the example in my app, it just doesn’t work, leaving me to wonder, is it at all possible to implement a tabbed view within a page?
Tried this, won’t work. I’m assuming it is currently not possible to have two or more tabbed controllers within a page based app. The docs could be a bit clearer on this.
Things to understand are that the URL’s of the tab views should be relative to the page that holds the tabs. So for the second tab, the URL is set to /favorites, and not /timetable/favorites. But in the template code you do link the tab to /timetable/favorites.