Skip to content

Commit a4619c4

Browse files
committed
Changed to correct type
1 parent 04c84ee commit a4619c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

angularjs/angular.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1414,7 +1414,7 @@ declare module angular {
14141414
* https://docs.angularjs.org/api/ng/service/$http#defaults
14151415
*/
14161416
interface IHttpProviderDefaults {
1417-
cache?: true;
1417+
cache?: boolean;
14181418
xsrfCookieName?: string;
14191419
xsrfHeaderName?: string;
14201420
withCredentials?: boolean;

0 commit comments

Comments
 (0)