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 navigate from this state(say browse.category({param1})) to the same state with different state parameters(say browse.category({param2})) , the previous state i.e. browse.category({param1}) is not added to the state chain.
This is evident on printing out the result of $breadcrumb.getStatesChain().
Is there any way to enable it to store the previous same state with different state parameters?
The text was updated successfully, but these errors were encountered:
I have a UI-router state that takes route parameters.
If I navigate from this state(say browse.category({param1})) to the same state with different state parameters(say browse.category({param2})) , the previous state i.e. browse.category({param1}) is not added to the state chain.
This is evident on printing out the result of $breadcrumb.getStatesChain().
Is there any way to enable it to store the previous same state with different state parameters?
The text was updated successfully, but these errors were encountered: