Skip to content

Commit f379661

Browse files
committed
Merge pull request #72 from elnur/patch-1
Fix a typo
2 parents 3c02454 + 5725eb7 commit f379661

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/http-auth-interceptor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
/**
4141
* $http interceptor.
4242
* On 401 response (without 'ignoreAuthModule' option) stores the request
43-
* and broadcasts 'event:angular-auth-loginRequired'.
43+
* and broadcasts 'event:auth-loginRequired'.
4444
*/
4545
.config(['$httpProvider', function($httpProvider) {
4646
$httpProvider.interceptors.push(['$rootScope', '$q', 'httpBuffer', function($rootScope, $q, httpBuffer) {

0 commit comments

Comments
 (0)