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
Don't use notify: false, see #1758 instead. Also, the state name is wrong in your transitionTo call. All in all this seems more appropriate for Stack Overflow than an issue on Git.
It's hard to understand what you mean, but I think you want to transition from post state to post_ state, update the url, and not have a new history entry.
Try using location: 'replace' as a transition option.
location - {boolean=true|string=} - If true will update the url in the location bar, if false will not. If string, must be "replace", which will update url and also replace last history record.
Hi.
I´m trying to update one param of my state url.
The problem comes in that the content of this parameter is only obtained through a service call
I have this state definitions:
and
I need to go for the one state for the second without stack in window.history.and with url replace..
I´m trying with this code:
Thank you
The text was updated successfully, but these errors were encountered: