Ember.js CollectionView order
Posted
by
ilia choly
on Stack Overflow
See other posts from Stack Overflow
or by ilia choly
Published on 2012-07-05T21:13:12Z
Indexed on
2012/07/05
21:15 UTC
Read the original article
Hit count: 522
JavaScript
|emberjs
I have an ArrayController which is periodically updated. It has a sorted computed property which keeps things in order. I'm trying to use a CollectionView with it's content property bound to the sorted property, but it's not rendering them in the correct order. demo
I've obviously made the false assumption that order is maintained between the content and childViews property. What is the correct way to do this?
© Stack Overflow or respective owner