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
{{ message }}
This repository was archived by the owner on Nov 21, 2025. It is now read-only.
$location with ui-router is imported and seems to work, but it breaks the core angular $location, such as the back button going to a third page. I assume this is because the state is not carried over and thus injecting $location into deferred boostrap confuses angular. If I have some time, I'll create a plunkr to try to duplicate this issue.