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
Demo at http://plnkr.co/edit/adwhKJcfSxiM3tjxU6JS?p=preview.
<table> <template is="dom-if" if="{{hasSpan}}"> <tr> <th>Header</th><td><content select="span"></content></td> </tr> </template> ...
never shows the row, but replacing the <content> with anything else makes it work.
<content>
The text was updated successfully, but these errors were encountered:
May be related to #1631, will test after that fix.
Sorry, something went wrong.
Will be fixed by #1816
Confirmed fix in repro case here: http://jsbin.com/nunavo/2/edit
kevinpschaaf
No branches or pull requests
Demo at http://plnkr.co/edit/adwhKJcfSxiM3tjxU6JS?p=preview.
never shows the row, but replacing the
<content>
with anything else makes it work.The text was updated successfully, but these errors were encountered: