angular-redux / ng-redux

Angular bindings for Redux
MIT License
1.16k stars 177 forks source link

Dependency Injectable Middleware: circular dependency #189

Closed franciscotln closed 6 years ago

franciscotln commented 6 years ago

Hey guys, I always get circular dependency (CD) when I try to apply a middleware that's registered as a factory on angular.module. If this middleware has the $http dependency it breaks because of CD. If I delete $http even having other dependencies, it works.

Any ideas on how to fix that? Thanks

franciscotln commented 6 years ago

OK: I've found the problem. Some of my interceptors depend on $ngRedux and that's why...