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
The page doesn't get updated with the path if path is set using JS.
the page url should be updated
The page url is not updated
<app-location route="{{route}}" use-hash-as-path></app-location> <app-route route="{{route}}" pattern="/:workspace" data="{{routeData}}" tail="{{subroute}}"> </app-route>
this.set("routeData.workspace", "sample-workspace");
polymer serve
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
The page doesn't get updated with the path if path is set using JS.
Expected outcome
the page url should be updated
Actual outcome
The page url is not updated
Steps to reproduce
this.set("routeData.workspace", "sample-workspace");
polymer serve
and if the page is pointing to localhost:8081/ the hash is not updated in the url.Browsers Affected
Not tested
The text was updated successfully, but these errors were encountered: