我使用ng视图在我的主页中显示视图。这个视图有自己的控制器,我在其中填充ui网格数据。在我的外部页面中,我有导入/导出按钮,看起来它们使用的是应用程序的控制器。那么,我如何从应用程序的控制器中访问其控制器内的视图数据(它是网格对象)?<body ng-app="myApp" ng-controller="myController" style="background-color: yellow;">
<!-- the header that the entire app will use no mat
嗨,我有我的按钮组件,如下所示:class ButtonComp extends Component { <buttononChange={this.props.onChangeHandler} /> // I can pass event from button to datamaker}dataMaker.js---------
import ButtonComp f