I want to create a view in Ember that combines records from two models and sorts them according to a common attribute.
I have made a working fiddle, but I am not sure if I am doing it right.
Is there a better way to do this?
[Edit] slightly updated the example to http://jsfiddle.net/UtrtJ/16/ which I think is better