gpt4 book ai didi

angularjs - 在angularjs中停止从父 Controller 到子 Controller 的广播传播?

转载 作者:行者123 更新时间:2023-12-04 02:48:10 25 4
gpt4 key购买 nike

有没有办法阻止广播从父 Controller 传播到子 Controller ?

家长:

$scope.$on('event', function() {
//stop propagation
})

child :

$scope.$on('event', function() {
//only fired by this controller scope
})

最佳答案

哦,这很容易。

if (ev.targetScope.$id != ev.currentScope.$id) {
return
}

关于angularjs - 在angularjs中停止从父 Controller 到子 Controller 的广播传播?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18389813/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com