angular-redux / ng-redux

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

unsubscribe from provided store when AngularJS app is destroyed #246

Closed AprilArcus closed 2 years ago

AprilArcus commented 2 years ago

This PR registers an unsubscribe callback with $rootScope.$on('$destroy', ...) in order to prevent the memory leak identified in https://github.com/angular-redux/ng-redux/issues/247.