I have an AngularJS app starting at index.html and using ui-router. Based on a trigger I want to reload the complete page. I tried:
$state.go($state.current,
The current trick is:
$state.go($state.current.name, $state.params, { reload: true });