Needs with nested controller

With new inject syntax:

accountQueueController: Ember.inject.controller('account/queue'),
...
this.get('accountQueueController.model.myProperty')
4 Likes