After liking and commenting on the information details page, return to the information list page. How to refresh the number of likes and comments of the information? Does it require a page refresh or can the data be automatically updated through Angular?
This can be achieved by listening to the
$ionicView.beforeEnter
event on the list pageCtrl reads data and the page is updated and displayed through binding. Why refresh?
Try writing cache false in the route