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,
Try this:
$state.transitionTo($state.current, $stateParams, { reload: true, inherit: false, notify: true });