diff --git a/src/http-auth-interceptor.js b/src/http-auth-interceptor.js index ee05847..3b9bfcc 100644 --- a/src/http-auth-interceptor.js +++ b/src/http-auth-interceptor.js @@ -40,7 +40,7 @@ /** * $http interceptor. * On 401 response (without 'ignoreAuthModule' option) stores the request - * and broadcasts 'event:angular-auth-loginRequired'. + * and broadcasts 'event:auth-loginRequired'. */ .config(['$httpProvider', function($httpProvider) { $httpProvider.interceptors.push(['$rootScope', '$q', 'httpBuffer', function($rootScope, $q, httpBuffer) {