标签: javascript angularjs angular-ui-bootstrap
我在测试A controller内,我正在加载控制器为TestB.html的{{1}}。
controller
TestB.html
TestB
如何将var modalInstance = $uibModal.open({ templateUrl: 'TestB.html', controller: 'ModalController', scope: $scope }); 的范围传递给TestB而不是当前范围。我有点尝试下面,但没有工作。
var modalInstance = $uibModal.open({ templateUrl: 'TestB.html', controller: 'ModalController', scope: $scope });
$uibModal