Author: | chieffancypants |
---|---|
Official Page: | Go to website |
Publish Date: | February 18, 2015 |
License: | MIT |
Description:
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. The idea is simple: Add a loading bar / progress bar whenever an XHR request goes out in angular. Multiple requests within the same time period get bundled together such that each response increments the progress bar by the appropriate amount.