I have an EntityListController that has a property I’m trying to get on EntityRoute. EntityList is higher on the view chain so and I know the property I’m looking for is initialized before the EntityRoute is created.
I’ve already included: { needs : [“entityList”], checkedEntities: Ember.computed.alias(‘controllers.entityList.checkedEntities’) }
The property is still undefined on the route unfortunately.