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

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

Closed
ghmlee opened this issue May 8, 2015 · 4 comments
Closed

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

ghmlee opened this issue May 8, 2015 · 4 comments

Comments

@ghmlee
Copy link

ghmlee commented May 8, 2015

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>
@arthurevans
Copy link

x-repeat is getting renamed in 0.9 to dom-repeat.

0.9 is still just a release candidate right now. We're working on gettting docs ready & more elements ported. There are a number of breaking changes in 0.9, so I don't recommend migrating just yet unless you're keeping a very close watch on the repos.

@ghmlee
Copy link
Author

ghmlee commented May 8, 2015

@arthurevans Thank you. in case of using dom-repeat it is working.

@Nevraeka
Copy link

Nevraeka commented May 8, 2015

@arthurevans I think we can close this one. Thanks for the update

@arthurevans
Copy link

Check!

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

3 participants