@ggoforth wrote:
Hello all! Having a great time deving with Ionic, just running into one issue. I have a login route, that displays the side menu icon, this is great. When I login, I use
$state.go(...)
to transition to the home screen, which is also fine. The issue is on the home screen it now shows the back button< Login
which takes me back to the login screen. If I disable the<ion-nav-back-button>
with anng-if
likeng-if='!$state.is('home')'
this works fine, however the side menu icon doesn't show!So, how can I, disable back button all together on this home screen, and show the side menu (hamburger) icon? Thanks for any advice, ionic is fantastic, I'm just building up my learning curve
Posts: 1
Participants: 1