I might have some kind of missunderstanding. Im using angular ui router and i have the next issue:
I have the next State provider:
angular .module(\'Main
$state.go does not work in the run, it isn't initialized yet so! What I did was throw the logic in a service, add a controller to the module you have the run in, run it in the controller! That should work.