From 9580f9471445a9e3532ce5e20a638d2b80dcabee Mon Sep 17 00:00:00 2001 From: Basarat Ali Syed Date: Thu, 12 Mar 2015 11:36:53 +1100 Subject: [PATCH] Update angular-http-auth.d.ts --- angular-http-auth/angular-http-auth.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/angular-http-auth/angular-http-auth.d.ts b/angular-http-auth/angular-http-auth.d.ts index 297761c47..4a08272cd 100644 --- a/angular-http-auth/angular-http-auth.d.ts +++ b/angular-http-auth/angular-http-auth.d.ts @@ -5,7 +5,7 @@ /// -declare module ng.httpAuth { +declare module angular.httpAuth { interface IAuthService { loginConfirmed(data?:any, configUpdater?:Function):void; loginCancelled(data?:any, reason?:any):void;