I am trying to disable the back button on my HomeController
page, after navigating from IntroController
. I’m using $ionicNavBarDelegate.showBackButton(false);
but it’s completely ignoring it.
I’ve setup a CodePen with an example: http://codepen.io/anon/pen/miqkz
Thanks in advance!