diff options
Diffstat (limited to 'src/service/http.js')
| -rw-r--r-- | src/service/http.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/service/http.js b/src/service/http.js index 92b95f35..23f33fad 100644 --- a/src/service/http.js +++ b/src/service/http.js @@ -343,6 +343,7 @@ function $HttpProvider() { rawRequest = $httpBackend(cfg.method, cfg.url, data, done, headers, cfg.timeout); } + $rootScope.$broadcast('$http.request', self); $http.pendingRequests.push(self); return this; }; |
