Skip to content

[0.9] auto-binding, x-repeat template not working #1502

Closed
@ghmlee

Description

This is my code. It worked in 0.8 but not in 0.9 without error. Should I migrate code for 0.9? What is the point for 0.9?

<div class="planet-list">
    <template id="planetListTemplate" is="x-repeat" items="{{planets}}">
        <cosmos-planet-list-item planet="{{item}}"></cosmos-planet-list-item>
    </template>
</div>

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