I'm using ui-router. I can specify in a route that the URL can contain certain query parameters and I can retrieve those using $stateParam when I go that route. However, this only works when I am already in the app. If I open a new browser tab and attempt to go directly to that state, including query parameters in the URL, they get stripped off.
Is there a way to capture the query parameters in the initial URL of an Angular app?
--
R. Mark Volkmann
Object Computing, Inc.