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
I think the error #651 that was fixed in 0.5 is back in 1.0.
I have an my-element.html that defines:
my-element.html
<a href="#del"></a>
but in the browser it's converted to my-element.html#del.
my-element.html#del
The text was updated successfully, but these errors were encountered:
I wonder if it's the case of avoiding resolution for urls starting with / too, like we had in 0.5:
/
polymer/src/lib/url.js
Lines 99 to 101 in c716964
Sorry, something went wrong.
Merge pull request #1780 from nippur72/hash-urls
ac90bb6
Fixes #1757, do not resolve hash-only urls used for routing
dfreedm
Successfully merging a pull request may close this issue.
I think the error #651 that was fixed in 0.5 is back in 1.0.
I have an
my-element.html
that defines:but in the browser it's converted to
my-element.html#del
.The text was updated successfully, but these errors were encountered: