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 tried
<template> <{{tagName}}></{{tagName}}> </template>
but it isn't working.
And
<template> <template if={{someConditions}}> <some-another-tag> </template> </template>
is not working to.
Also http://stackoverflow.com/questions/27732408/polymer-how-to-replace-tag-name-depend-on-attribute
The text was updated successfully, but these errors were encountered:
See http://stackoverflow.com/questions/27732408/polymer-how-to-replace-tag-name-depend-on-attribute/27768080#27768080
Sorry, something went wrong.
Thank you.
No branches or pull requests
I tried
but it isn't working.
And
is not working to.
Also http://stackoverflow.com/questions/27732408/polymer-how-to-replace-tag-name-depend-on-attribute
The text was updated successfully, but these errors were encountered: