I'm using UI-Router to manage the states of my application, and I have query params where I save some data about the application.
I'm using ui-sref
no navigate to another state, but this removes the query params from the URL. Is there any way to change the state of the application without removing the query params?
There is an option
{location : false}
- check the doc:go(to, params, options)
But I would rather keep such parameters as part of target state
url
: