Skip to content

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

Open
@AprilArcus

Description

@AprilArcus

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions