AngularJs:Detect从isolated指令单击Parent scope

时间:2017-06-23 06:20:41

标签: angularjs angularjs-directive angularjs-scope isolate-scope

嗨,我有一个孤立的指令。我想检测是否已使用$scope.$parent对象单击了作用域。这可能吗。我正在尝试使用范围对象变量来监听父作用域上的单击事件...这可能吗?

1 个答案:

答案 0 :(得分:0)

在这个特定的实例中,您可能希望使用$ scope。$ on来监听发生的事件。

Todd Motto提供了一个很好的例子来更详细地理解这一点。

https://toddmotto.com/all-about-angulars-emit-broadcast-on-publish-subscribing/