Access an itemController's computed property in the ArrayController

Hey there, I posted this question a couple of days ago on stackoverflow: ember.js - Programmatically setting computed property of an itemController - Stack Overflow

But haven’t received an answer yet, so thought I would ask here to reach some more of you wonderful ember-developers.

My basic question: Is there anyway to access the computed property of an itemController from within the ArrayController that holds the model? To clarify, in my case the ArrayController has 3 different model that all have an itemController specified in the template. So I actually need to be able to access all of them. Really appreciate any help.

Answered on StackOverflow

1 Like