1
vote
0answers
61 views

browser().navigateTo hangs if $state.transitionTo is called

If I call $state.transitionTo() inside the setup for a controller, e.g. to canonicalize the URL, this causes browser().navigateTo() to hang permanently if the action changes the local state of an URL. ...