i have an simple ion sidebar app with links inside the sidebar so when the user taps on the link in the sidebar a new view is loaded but when the user taps the back button i want them to go to the home page form the view in which they where. i accomplish this using
$state.go('state.name')
And it works fine but when i arrive at the home pace the sidebar "hamburger" icon is replaced with a back button to the view.
so is there a way to navigate to home without any history? i am using all latest version of ionic