-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Attribute Value of "selected" in the tutorial #1228
Comments
I think the attribute <paper-tabs id="tabs" valueattr="name" selected="all" self-end>
<paper-tab name="all">All</paper-tab>
<paper-tab name="favorites">Favorites</paper-tab>
</paper-tabs> |
This should allow this issue to be closed once this PR is accepted. |
ping @arthurevans |
the code is correct as per the docs. We are going to add descriptive text to make the code clearer as @robdodson suggested in the docs PR |
Cleared up Polymer/old-docs-site@78a0acb |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Should be "0" instead of "all"
https://www.polymer-project.org/docs/start/tutorial/step-1.html
The text was updated successfully, but these errors were encountered: