angular-redux/ng-redux

`$ngRedux.provideStore()` leaks subscription to provided store after `$rootScope.$destroy()`

AprilArcus opened this issue · 0 comments

Currently, $ngReduxProvider.provideStore(store) leaves a dangling subscription on store when the AngularJS app is torn down by $rootScope.$destroy(). The listener, and the private ngReduxStore referenced within it, will then be leaked.