Is it currently possible to use Ember.computed properties on objects properties in an array.
goalOneActive: Ember.computed.notEmpty('goals.[0].name')
Is it currently possible to use Ember.computed properties on objects properties in an array.
goalOneActive: Ember.computed.notEmpty('goals.[0].name')