Skip to content

Commit 9580f94

Browse files
committed
Update angular-http-auth.d.ts
1 parent f322165 commit 9580f94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

angular-http-auth/angular-http-auth.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
/// <reference path="../angularjs/angular.d.ts" />
77

8-
declare module ng.httpAuth {
8+
declare module angular.httpAuth {
99
interface IAuthService {
1010
loginConfirmed(data?:any, configUpdater?:Function):void;
1111
loginCancelled(data?:any, reason?:any):void;

0 commit comments

Comments
 (0)