Closed
Description
https://www.polymer-project.org/docs/polymer/binding-types.html
Maybe:
<template>
<template>
<template repeat="{{items}}" id="t">
<li>{{name}}</li>
</template>
<ul>
<template ref="t" repeat="{{children}}"></template>
</ul>
</template>
</template>
Metadata
Assignees
Labels
No labels