NavPop
Directive for declaratively pop the current page off from the navigation stack.
Directive
selector: [nav-pop]
Usage
<ion-content>
<div block button nav-pop>go back</div>
</ion-content>
This will go back one page in the navigation stack
Similar to NavPush