标签: javascript angularjs ng-dialog
我在mainController中使用选项controller: 'otherController'调用ngDialog,这使我能够在mainController中使用otherController $范围,但没有创建$ scope变量otherController中可以使用mainController。我的问题是,如何访问otherController中的mainController变量?
mainController
controller: 'otherController'
otherController
答案 0 :(得分:0)
虽然不是最佳选择,但您可以将想要超出范围的部分放入root scope,可以从整个应用程序访问。