When working on a Meteor-Angular-ionic app, I encountered a situation where I needed to hide the nav-bar
in a template to create a full-screen view using the following code:
<ion-view hide-nav-bar="true">
However, I then faced the challenge of adding a Back button to the top left of the screen to allow users to navigate back to the previous page. This was necessary even though the navbar was hidden in that specific template/controller.