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
then $state.reverse('foo.bar', {fooId:1, barId:2}) generates URI string: '/1/2' (or '#/1/2', depends on html5mode)
Currently, this could be done by using $state.$current.url.format for the current state or ancestor states, but not for the other such as sibling states. Comparing with concatenating strings, this way feels neat and better managed.