$scope.$on('$ionicView.enter', function (e) {
console.log('In AppCtrl');
});
The views are automatically, cached. If you use this function, then this function will be called when ever the current view is loaded. May be this is some thing which might help you.