Merge pull request #4753 from vilmosioo/vilmosioo-fix/IHttpProviderDefaults

IHttpProviderDefaults should have a cache property
This commit is contained in:
Masahiro Wakame
2015-06-27 14:24:23 +09:00
+1
View File
@@ -1414,6 +1414,7 @@ declare module angular {
* https://docs.angularjs.org/api/ng/service/$http#defaults
*/
interface IHttpProviderDefaults {
cache?: boolean;
xsrfCookieName?: string;
xsrfHeaderName?: string;
withCredentials?: boolean;