Is there an event which I can catch, if a page is shown?

Hi!

I have a little app with 4 pages. I did this over an AngularUI Router. I jump to the pages with $state.go() or $ionicHistory.goBack(). Everything works perfect.

But now I need to do a refresh of a list on the start page, evertime the startpage is shown.

I tried already with $scope.$on("$ionicView.enter",… but there is no reaction. I could not find any hint over google.

Thanks for any input,
Christian.

I found a solution: turn of the caching in the route definition;