Skip to content

Wrong Bindings types documentation #980

Closed
@brunocascio

Description

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>

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions