You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I enter the 'top.firstLevel.secondLevel' state and set the search parameter myParam to a value and then change the state to a parent state, the value is lost. Even though it is present in the toParams on the state change event.
I would expect the value or myParam to remain no matter how I moved between these states.
The problem occurs when I have some nested states with a optional search parameter at the top level and reloadOnSearch is set to false. e.g.
If I enter the 'top.firstLevel.secondLevel' state and set the search parameter myParam to a value and then change the state to a parent state, the value is lost. Even though it is present in the toParams on the state change event.
I would expect the value or myParam to remain no matter how I moved between these states.
Plunker here
The text was updated successfully, but these errors were encountered: