I\'m trying to introduce login into the way the user navigates accross the application.
I pretend to redirect the user to the page were he was before he navigate to
I simply used $location.path('every/where') instead of $state.go('every/where')
$location.path('every/where')
$state.go('every/where')
:) .