Replacing back button with menu icon

A codepen would be helpful to understand your app structure, but you could set the next state as the root of the history before navigating to it.

$ionicHistory.nextViewOptions({
  historyRoot: true
});