实施网站广泛的进度指标

时间:2014-08-05 16:36:20

标签: node.js angularjs express progress-bar

我有一个在MEAN Stack(mongo,express,angular,node)上运行的网站,我使用jade作为提供部分文件的模板引擎。 现在,我已经尝试了ngProgres但是根据API,它可以与$ http服务或文件上传一起使用,因为只有我的javascript函数在等待响应,在那段时间我可以使用ngProgress但是怎么做我在检索部分模板文件时显示进度指示器?

1 个答案:

答案 0 :(得分:1)

如果您希望所有加载机制自动发生,请查看此项目:

Angular Loading Bar

An automatic loading bar using angular interceptors. It works automatically,
so simply include it as a dependency and it will automatically display
the progress of your $http requests.

对于非角度应用,请参阅:PACE

an Automatic page load progress bar

希望这有帮助。