My AngularJS application needs to have access to the user\'s LinkedIn profile. In order to do that I need to redirect the user to a LinkedIn URL which contains a callback re
if you process the parameters immediately and then move to the next page, you can put a question mark on the end of the new location.
for example, if you would have done $location.path('/nextPage');
you can do this instead: $location.path('/nextPage?');