We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a329568 commit 0525ea1Copy full SHA for 0525ea1
source/notificationWidget.js
@@ -43,7 +43,7 @@ angular.module('notificationWidget', [])
43
}
44
}];
45
46
- $httpProvider.responseInterceptors.push(interceptor);
+ $httpProvider.interceptors.push(interceptor);
47
}])
48
// declare the notification pub/sub channel
49
.factory('requestNotificationChannel', ['$rootScope', function($rootScope){
0 commit comments