angular-loading-bar icon indicating copy to clipboard operation
angular-loading-bar copied to clipboard

Feature request: clear() function

Open KarstenHoehne opened this issue 5 years ago • 0 comments

Implement a function clear() that will reset the request count to 0

Use Case: Imagine there is a long running request + the user leaves the page. The loading bar indicator will still be displayed, even though the user doesn't care about the request result anymore. The loading bar will not finish because the long running request was still counted under totalReqCount + there is no way to reset the status

KarstenHoehne avatar May 23 '19 10:05 KarstenHoehne