Side menu + List + tab bar issue (side menu stop working)

I’ve built an app like this and if you go to the tab (that is the detail of the list) and go back the side menu stop working

What is wrong with my app or is a bug?

Maybe it is not the same issue, but there is some similarities with this issue I’ve got with tab and side menu

Try removing the ion-side-menu-content attribute from the ion-pane elements in tabs.html so…

<ion-pane ion-side-menu-content> should just be <ion-pane>

Nice catch, I updated the pen so now its working great. Thanks!