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
http://www.polymer-project.org/docs/start/tutorial/step-3.html
Render a dynamic list of cards. Add the following <div> and <template> tag:
<div>
<template>
<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>
<post-service id="service" posts="{{posts}}"></post-service> <div layout vertical center>
The text was updated successfully, but these errors were encountered:
You're quite right. Apologies for the confusion. This has been reported as Polymer/old-docs-site#451, so I'll close this issue.
Sorry, something went wrong.
Fixed over in docs
No branches or pull requests
http://www.polymer-project.org/docs/start/tutorial/step-3.html
I think
<post-service>
is supposed be closed before the<div>
is placed:The text was updated successfully, but these errors were encountered: