gpt4 book ai didi

javascript - Angular UI Router 1.0 - 为什么在不离开状态的情况下调用 $scope.$watch ('$destroy' )?

转载 作者:行者123 更新时间:2023-11-30 15:50:06 24 4
gpt4 key购买 nike

检查plunker here .

据我所知,应该在 $scope 即将被销毁时调用 $scope.$watch('$destroy')

上面的例子表明,当进入一个状态时,它的 $scope.$watch('$destroy') 会立即被调用。这是为什么?

最佳答案

代替:

$scope.$watch('$destroy', ... 

我们应该使用

$scope.$on('$destroy', ...

关于javascript - Angular UI Router 1.0 - 为什么在不离开状态的情况下调用 $scope.$watch ('$destroy' )?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39503107/

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