With new inject syntax:
accountQueueController: Ember.inject.controller('account/queue'),
...
this.get('accountQueueController.model.myProperty')
With new inject syntax:
accountQueueController: Ember.inject.controller('account/queue'),
...
this.get('accountQueueController.model.myProperty')