Blog Archive for May 3, 2013

Sorting ArrayControllers in Ember

May 3, 2013

I have an ArrayController in Ember (1.0.0.rc-3) and I want it to always be sorted.

The object in the ArrayController is this one, and I want to sort by points:

App.SeedResult = Ember.Object.extend({
    band_id: null,
    band_name: null,
    points: …