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
There is a lot of weird behavior with angular 1.6. Navigating between states using the ui-router API works well.
The problem is when the user introduces the URL manually, in the browser, and the string %2F is inserted, which is equivalent to the / character. But additionally there is an extra # character, which I don't know from where is coming. Maybe that character is making the browser encode the / wrong.
Uh oh!
There was an error while loading. Please reload this page.
A couple of changes in angular 1.6.0 affects the test suite:
$locationProvider.hashPrefix()
now defaults to$locationProvider.hashPrefix("!")
instead of the empty string<span>
Not affecting the test suite, but worth mentioning here:
Possibly unhandled rejection
The text was updated successfully, but these errors were encountered: