如何从AngularJS中的service $ rootScope访问当前$ scope?

时间:2016-08-26 08:57:12

标签: angularjs

我创建了一个服务,它创建了弹出对话框并将$ scope传递给该服务,以便用$ compile提供程序编译html。 我想不要将$ scope传递给服务,并为当前$ scope简单地编译html。 我尝试通过$$ childTail属性从$ rootScope访问当前作用域,但我的$ scope数据不会在编译的html中显示。

...
$compile(popupContents)($rootScope.$$childTail);

有没有办法实现上述功能?

0 个答案:

没有答案