We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
cd426e5
Successfully merging a pull request may close this issue.
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:
becomes:
Copied from original issue: ui-router/core#142
The text was updated successfully, but these errors were encountered: