gpt4 book ai didi

AngularJS $routeChangeSuccess 回调参数

转载 作者:行者123 更新时间:2023-12-04 01:07:11 27 4
gpt4 key购买 nike

我是 AngularJS 的新手,对有关事件监听器的文档感到困惑。

文档列出了 $routeChangeSuccess 的以下内容事件:

$routeChangeSuccess Broadcasted after a route dependencies are resolved. ngView listens for the directive to instantiate the controller and render the view.

Type:

broadcast Target:

root scope



但是,它没有在任何地方引用传递给回调函数的任何参数。然而,我在 SO 上看到的大多数示例都有类似的回调函数列表:
$rootScope.$on("$routeChangeSuccess", function(event, next, current) {
...
});

根据 AngularJS 文档,所有回调的第一个参数为 event .我明白了。但是在哪里 nextcurrent来自(哪里?在任何文档中列出的位置?

最佳答案

它记录在低于 1.2 的版本中,请参阅此 old documentation .但是他们似乎没有注意到他们的 broadcast 的回调签名。事件丢失。另一方面,如果您不介意从他们的 github 存储库中阅读,您可以查看此 line here$routeChangeSuccess回调参数。

更新:
对于 Route您实际上可以引用 $route 属性 documented here 的对象.

关于AngularJS $routeChangeSuccess 回调参数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24939006/

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