chieffancypants / angular-loading-bar

A fully automatic loading / progress bar for your angular apps.
https://chieffancypants.github.io/angular-loading-bar/
MIT License
5.17k stars 682 forks source link

Inject $http on serivice makes angular-loading-bar not works #342

Closed pavei closed 7 years ago

pavei commented 7 years ago

Hi,

I need to inject on a service the $http like:

  var $http = angular.injector(['ng']).get('$http');

But this create a new $http and dosen't have the $httprovider injected by angular-loading-bar. How can i do this?

pavei commented 7 years ago

Someone can helpme?

faceleg commented 7 years ago

I think you might find more help on stackoverflow.com for this type of question