You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What version of angular-loading-bar are you using?
0.9.0 What version of AngularJS are you using?
1.5.9 What browsers are affected?
chrome (others not tested) Please provide either a JSFiddle, Plunkr example that replicates the issue
Please describe the issue
when there are two consecutive request like:
request1.then(request2)
both of them takes longer than latencyThreshold. but only the first reuqest trigger the loading bar. the loading bar disappears after the first reuqest complete and do not show again during the scond request. What did you expect to happen?
the loading bar should not disappear before the second request completed.
The text was updated successfully, but these errors were encountered:
Simplici
changed the title
the second request do not trigger the loading bar in case two consecutive request
the second request do not trigger the loading bar in case two consecutive requests
Jun 5, 2017
What version of angular-loading-bar are you using?
0.9.0
What version of AngularJS are you using?
1.5.9
What browsers are affected?
chrome (others not tested)
Please provide either a JSFiddle, Plunkr example that replicates the issue
Please describe the issue
when there are two consecutive request like:
request1.then(request2)
both of them takes longer than latencyThreshold. but only the first reuqest trigger the loading bar. the loading bar disappears after the first reuqest complete and do not show again during the scond request.
What did you expect to happen?
the loading bar should not disappear before the second request completed.
The text was updated successfully, but these errors were encountered: