hi, i see many examples out there combining the tab navigation & side menu navigation together, but most of them are not nested, in my case, i’d like to implement a tab navigation inside one of the side menu navigation only, however, i’ve been trying for days but still cannot figure it out, here’s my pen: http://codepen.io/auching/pen/vyzJg
the nav-clear only takes effect when i click on the side-menus, i mean when i click the content under tab pages, here’s my pen that reproduces the problem:
@auching Have you found a solution for that? I’m struggling with the same problem, if i have a Button in a a other tab-view like tab.dash (view tab-dash) which navigates for example to tab.account.edit (view tab-account) the history is not getting updated and I’m not getting an back button.
If I have the sampe button in tab.account state (view tab-account) it works. It seams to be a problem if you are navigating between different tab views.