When navigating to a page, is there a simple way to remove the back button?
the only way I have found it to set
$scope.enableBackButton = false;
in ionic-angular.js in the nav-bar template
I attempted to set hide-Back-Button=“true” in the html but it gets reset every call by the line mentioned above.
I was using 0.9.13
Hey guys, sorry for the delay. I just pushed a fix for this, I think you were both on the github issue so I left a note there.