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

[docs tutorial] step 3 code sample post-service closing tag #543

Closed
cesperson opened this issue Jun 26, 2014 · 2 comments
Closed

[docs tutorial] step 3 code sample post-service closing tag #543

cesperson opened this issue Jun 26, 2014 · 2 comments

Comments

@cesperson
Copy link

http://www.polymer-project.org/docs/start/tutorial/step-3.html

Render a dynamic list of cards.
Add the following <div> and <template> tag:

<post-service id="service" posts="{{posts}}">
<div layout vertical center>

I think <post-service> is supposed be closed before the <div> is placed:

<post-service id="service" posts="{{posts}}"></post-service>
<div layout vertical center>
@arthurevans
Copy link

You're quite right. Apologies for the confusion. This has been reported as Polymer/old-docs-site#451, so I'll close this issue.

@ebidel
Copy link
Contributor

ebidel commented Jun 28, 2014

Fixed over in docs

@ebidel ebidel closed this as completed Jun 28, 2014
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

3 participants