Any way to make $scope.$on( "$ionicView.enter", ... ) for default view wait for $ionicPlatform.ready()?

Topic pretty much says it all…

On initial app startup, I want to do stuff in my $ionicView.enter handler that depends on the .ready() method to be completed.

I can see many hacky ways of accomplishing this, but no nice event driven way.

Any ideas anyone?