Improving ionic page transitions

It’s just like this in a Controller:

$scope.$on('$ionicView.enter', function () {
    ChatService.loadChat(chatId).then((messages) => {...})
})
1 Like