We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d87a9c commit d80dd1eCopy full SHA for d80dd1e
README.md
@@ -64,7 +64,7 @@ class CounterController {
64
/* ngRedux will merge the requested state's slice and actions onto this,
65
you don't need to redefine them in your controller */
66
67
- let unsubscribe = $ngRedux.connect(this.mapStateTothis, CounterActions)(this);
+ let unsubscribe = $ngRedux.connect(this.mapStateToThis, CounterActions)(this);
68
$scope.$on('$destroy', unsubscribe);
69
}
70
0 commit comments