Hi,
I've added a back button to my app, and it works fine using the backButton directive. However, the button is displayed on the homepage, which I don't want.
The button is in the index view header, so present in all pages.
I've tried using ng-hide="hideBackButton", and then setting $scope.hideBackButton to true / false on various pages, but it seems to make no difference.
Can you help please?
Regards,
Andy