Unable to reload

After setting the ‘app’ state to restricted

i am not able to run the following reload code:

$state.go($state.current, {}, {reload: true});

is there a way to use an alternative to “reload the current state”??

1 Like
$rootScope.$broadcast('$stateChangeStart', $state.current);