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

How to replace tag name depend on attribute? #1064

Closed
f0rmat1k opened this issue Jan 1, 2015 · 2 comments
Closed

How to replace tag name depend on attribute? #1064

f0rmat1k opened this issue Jan 1, 2015 · 2 comments

Comments

@f0rmat1k
Copy link

f0rmat1k commented Jan 1, 2015

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

@f0rmat1k
Copy link
Author

f0rmat1k commented Jan 4, 2015

Thank you.

@f0rmat1k f0rmat1k closed this as completed Jan 4, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants