I'd like to sort a set of categories and items in ascending order (A-Z).
My HBS template iterates over an {{each}} category, and then over {{each}} item inside the category.
I've tried to pass sortProperties to each array controller, but this doesn't seem to affect anything. I also tried to extract the sorting to an array proxy (using help from here: Ember.js sorting and filtering children of a hasMany relationship in parent route)
Any ideas how to go forward from here?
Here's my JSBin so far: http://jsbin.com/momihe/8/edit
Thanks a lot!