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.
2 parents 7d87a9c + d80dd1e commit 1e6149cCopy full SHA for 1e6149c
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