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
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
Is there a settings for cache through $httpProvider?
I do not see any mentioning of cache in the defaults section of the doc
doc for $http say I can set $http.defaults.cache, which it says Runtime equivalent of the $httpProvider.defaults property. so, need to mention cache property in $httpProvider defaults section. I want to make sure following is valid $httpProvider.defaults.cache = true;