Update angular-http-auth.d.ts

This commit is contained in:
Basarat Ali Syed
2015-03-12 11:36:53 +11:00
parent f3221653d3
commit 9580f94714
+1 -1
View File
@@ -5,7 +5,7 @@
/// <reference path="../angularjs/angular.d.ts" />
declare module ng.httpAuth {
declare module angular.httpAuth {
interface IAuthService {
loginConfirmed(data?:any, configUpdater?:Function):void;
loginCancelled(data?:any, reason?:any):void;