Say I have a hasMany relationship Procedure => hasMany Steps, with async:true, and I have a Procedure Component (on the procedure route) called procedure-main, which lists t
You should still use @each
@each
stepsStatusObserver: Ember.observer('steps.@each.stepStatus', function(){ ... })