Back button outside the side menu context

Hi there,

I have a side menu application. Inside the side menu I created a link to another view. The routing to the view works correctly.
The issue I got is, that in the view after the side menu the back button did not appear. So, any suggestions?

Created a code pen for that: http://codepen.io/anon/pen/eNpjEp

After clicking on “Test” it should show a back button in the header of the “Test” view.

Greetings
Aaron

No Suggestions anyone?

You’re using the menu-close directive. It essentially does 2 things : Clear the history stack and close the side menu.

This directive allows you to consider any menu items as the navigation “root”. If you don’t like that, then get rid of the menu-close directive in the menu. You’ll then need to toggle the menu in your controller.