Load data after render view

Hi everyone,

I make simple ion-list view, and at controller side, i call $cookieStore.get(‘starter.user’) and $http.get and then throw to $scope.data method.
Everything just fine at ionic serve environment, but different situation at android device, when i click menu, it doesn’t open those view.
Pls help me, how to call $cookieStore.get(‘starter.user’) and $http.get before render view ?