My purpose is to specifiy different side menu for each tab . When I enter signup state with signup button , I can see left arrow icon at navbar , but if I load side menu with ion-nav-view directive instead of pure html , this left arrow icon is disappeared when I enter to signup state by clicking signup button.
How navigation history is affected on this case ?
How can i load different side menu for each ionic tab by specifying view name at state provider ? I want to load them from different templates .
the problem can be observable with steps you described. I have created another pen which has the problem I described. http://codepen.io/codetalk/pen/lKymx
By the way , I have tried to using ui-view directive instead of ion-nav-view directive to load side menu template . In this way , I can see history button as I expected when I click signup button.
You can click nav button at navbar to open side menu . My purpose is to load this menu from different templates for each tab. Side menu is loaded from template at second pen.