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.
1 parent 3c02454 commit 5725eb7Copy full SHA for 5725eb7
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