In 0.9.27 you could hide the nav-bar on one page by using <ion-view hide-nav-bar="true">. In the 1.0 beta this doesn’t work anymore.
How can the nav-bar be hidden on one page? I’ve tried using $ionicNavBarDelegate.showBar(false); in the controller for the page I want to hide the NavBar, but it doesn’t seem to work. Anyone?
Scratch that- hide-nav-bar=“true” actually works, I just didn’t see it due to the fact my nav-bar has a white background and .pane by default has a white background as well. So it looked like it wasn’t hiding when in fact it was. Chalk it up to it being a Friday