I have app with sidebar menu. I am on second page and I am calling controller function which redirect me to first page using:
$state.go(\'app.home\');
$ionicNavBarDelegate.showBackButton(false);