以下代码将导致Infinite $ digest循环:
$scope.$on '$viewContentLoaded', ->
cfpLoadingBar.complete()
$scope.$on '$stateChangeStart', ->
cfpLoadingBar.start()
在状态变化和成功时触发启动和完成功能的正确方法是什么?
答案 0 :(得分:0)
事实证明,使用cfp.loadingBarInterceptor
会更好无需担心手动启动和停止!
对于任何可能正在挣扎的人,阅读文档并提出关于git的问题,他们对回复非常敏感:
https://github.com/chieffancypants/angular-loading-bar#how-it-works