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
If a custom element like <foo-bar> is rendered with mustache tags like:
<foo-bar>
<foo-bar>{{name}}</foo-bar>
name will not be looked up in the current scope.
Also, an empty custom element just plain fails:
<unique-element-name></unique-element-name>
The text was updated successfully, but these errors were encountered:
fixes for #575
9d30331
Merge pull request #576 from bitovi/non-component-custom-tags
ceb493d
fixes for #575 - non-component custom tags
Fixed via #576
Sorry, something went wrong.
justinbmeyer
No branches or pull requests
If a custom element like
<foo-bar>
is rendered with mustache tags like:name will not be looked up in the current scope.
Also, an empty custom element just plain fails:
The text was updated successfully, but these errors were encountered: