Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

stateService.href absolute, missing path #3710

Closed
christopherthielen opened this issue Jun 20, 2018 · 0 comments · May be fixed by Matthelonianxl/lisk-explorer#1, maxiplux/mum.cs425.project#5 or maxiplux/mum.cs425.project#7

Comments

@christopherthielen
Copy link
Contributor

christopherthielen commented Jun 20, 2018

From @wawyed on March 2, 2018 21:33

It would appear that the href method in stateService is not generating correctly the absolute url for a state.
It's missing the path part of the url.

so an absolute url that should look like:

https://localhost:8301/something/#/myView/123

becomes:

https://localhost:8301/#/myView/123

Copied from original issue: ui-router/core#142

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment