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
It would be nice if you added an option to disable the cache check. We are attaching a custom param to the url in some request to avoid getting the cached response, but angular-loading-bar still recognizes the request as cached.
The text was updated successfully, but these errors were encountered:
Custom param? You mean an additional param to the $http config object or adding a query string param to the url? Adding a randomized query string param should definitely work.
As far as programatically handling this as part of the library, I'm happy to take a PR, but I'm not in need of something like this myself.
It would be nice if you added an option to disable the cache check. We are attaching a custom param to the url in some request to avoid getting the cached response, but angular-loading-bar still recognizes the request as cached.
The text was updated successfully, but these errors were encountered: