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

Wrong Bindings types documentation #980

Closed
brunocascio opened this issue Nov 29, 2014 · 1 comment
Closed

Wrong Bindings types documentation #980

brunocascio opened this issue Nov 29, 2014 · 1 comment

Comments

@brunocascio
Copy link

https://www.polymer-project.org/docs/polymer/binding-types.html

Is correct this?
captura de pantalla de 2014-11-29 16 58 34

Maybe:

<template>
  <template>
    <template repeat="{{items}}" id="t">
      <li>{{name}}</li>
    </template>
    <ul>
      <template ref="t" repeat="{{children}}"></template>
    </ul>
  </template>
</template>
@brunocascio brunocascio changed the title Binding types documentation Wrong Bindings types documentation Nov 29, 2014
@brunocascio
Copy link
Author

I created pull request: Polymer/old-docs-site#785

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

1 participant