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 page
Ctrl reads data and the page is updated and displayed through binding. Why refresh?