I want to use this.get(\'controllers.pack.query\'); to get App.PackQueryController in App.PackController, but failed.
this.get(\'controllers.pack.query\');
App.PackQueryController
App.PackController
I think
There's a newer, inject, syntax for same use case
accountQueueController: Ember.inject.controller('account/queue'), ... this.get('accountQueueController.model.myProperty')
source: http://discuss.emberjs.com/t/needs-with-nested-controller/8083/6