Why my back button is not working?

@mhartington I have an idea about what might be causing problems:

It’d help to know which different transition types causes the menu/back/cancel/header buttons to dis/appear automatically.

  1. $state.go
  2. url redirect link (e…g a href #/app/tabs-page)
  3. Menu navigation (I’m not sure how that works internally)
  4. tabs clicking, and explicit $ionicTabsDelegate.select(i) (which I think works fine)

And, it’d be nice to have manual control over this automatic process for combination of UI components/usage that is bound to come up in real apps beyond core examples.

I looked over the docs for menu/header/buttons but I didn’t spot this information.

Should this be a new ticket? Or maybe it can be answered here?

Thanks!