Changed to correct type

This commit is contained in:
Vilmos Ioo
2015-06-26 14:31:10 -04:00
parent 04c84eece2
commit a4619c4555
+1 -1
View File
@@ -1414,7 +1414,7 @@ declare module angular {
* https://docs.angularjs.org/api/ng/service/$http#defaults
*/
interface IHttpProviderDefaults {
cache?: true;
cache?: boolean;
xsrfCookieName?: string;
xsrfHeaderName?: string;
withCredentials?: boolean;