Custom header in everypage

I use framework7.io its wonderful you can change the header on every page. If you menu then menu will come if you want back button so back button will show but I think in Ionic we can’t do this. I make the template again will check what is the problem.

@asad219 … on click of home icon call a function where before $state.go(‘app.home’); put $ionicHistory.nextViewOptions({
disableBack: true
});