Seems like $state.go('statename') works like a back button in the browser. A cached Type.
I need to refresh the page when state changes like clicking the refresh button in the browser.
I need to reload/refresh the full page when the state changes, basically re-initializing the controller.
Tried with $state.go('statename', {}, {reload: true}), but with no effect.
Help would be appreciated
reloadwill reload the controller, but won't restart the whole app. But of course, if you have in-memory state in the app, that won't be reset. It's probably a design problem, but it's hard to advice without a clear problem, and without any code. - JB Nizet{reload: true}. - JB Nizet