Angularjs Nested states: 3 level
I solved your problem there : http://codepen.io/yrezgui/pen/mycxB Basically, Ionic is using Angular-UI-Router which has a huge API. In your case, you need to check this link to understand : https://github.com/angular-ui/ui-router/wiki/Multiple-Named-Views#view-names—relative-vs-absolute-names To be short, home1 and home2 states are children of home state, so they can’t have access of menuContent view, because it’s related to eventmenu … Read more