Have you tried changing state on resume event?
$ionicPlatform.on('resume', function() {
$state.go('some state');
});
Have you tried changing state on resume event?
$ionicPlatform.on('resume', function() {
$state.go('some state');
});