angularjs在ajax调用

时间:2016-02-02 10:26:22

标签: angularjs ajax

我想在angularjs中显示/隐藏服务调用(AJAX)时的进度条。我希望这对于所有服务电话都应该是通用的。

2 个答案:

答案 0 :(得分:0)

我认为您可以使用ngProgress

NProgress.start()  //shows the progress bar
NProgress.set(0.4) //sets a percentage
NProgress.inc()  //increments by a little
NProgress.done() //completes the progress

答案 1 :(得分:0)

请检查一下angular-loading-bar,你必须将此模块作为依赖项包括在内,然后你就完成了。