I want to refresh the page when I click (refresh the data on the page, release the cache) On the main page, I have a list on my main page. There is a function for changing an item in a list. but when I change the element and redirect to the main page, it shows me the previous values before the page was updated, I want to be updated only when I click the button (I clear the cache on the main page). in the controller $state.go("app.feed");I wrote this. how to change it?
source
share