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
Write this
polymer-element(...) template script. ....
will give the following error "Element name can not be inferred"
The text was updated successfully, but these errors were encountered:
The <script> needs to be a sibling of the first <template>.
<script>
<template>
http://www.polymer-project.org/docs/polymer/polymer.html#altregistration
Sorry, something went wrong.
Thats my understanding. But i think that the doc should state that clearly
Envoyé de mon iPhone
Le 2014-08-30 à 14:33, Eric Bidelman [email protected] a écrit : The <script> needs to be a sibling of the first . http://www.polymer-project.org/docs/polymer/polymer.html#altregistration — Reply to this email directly or view it on GitHub.
Le 2014-08-30 à 14:33, Eric Bidelman [email protected] a écrit :
The <script> needs to be a sibling of the first .
— Reply to this email directly or view it on GitHub.
Since all the examples in the docs show <script> outside of the template, I don't think we need addition language to clarify.
ebidel
No branches or pull requests
Write this
will give the following error "Element name can not be inferred"
The text was updated successfully, but these errors were encountered: