Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3c02454 + 5725eb7 commit f379661Copy full SHA for f379661
src/http-auth-interceptor.js
@@ -40,7 +40,7 @@
40
/**
41
* $http interceptor.
42
* On 401 response (without 'ignoreAuthModule' option) stores the request
43
- * and broadcasts 'event:angular-auth-loginRequired'.
+ * and broadcasts 'event:auth-loginRequired'.
44
*/
45
.config(['$httpProvider', function($httpProvider) {
46
$httpProvider.interceptors.push(['$rootScope', '$q', 'httpBuffer', function($rootScope, $q, httpBuffer) {
0 commit comments