We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 36107a1 + f913893 commit 1cb14f0Copy full SHA for 1cb14f0
examples/async/containers/app.js
@@ -10,7 +10,7 @@ export default function app() {
10
11
class AppController {
12
13
- constructor($ngRedux, $scope, AsyncActions) {
+ constructor($ngRedux, AsyncActions) {
14
const unsubscribe = $ngRedux.connect(this.mapStateToThis, AsyncActions)((selectedState, actions) => {
15
this.componentWillReceiveStateAndActions(selectedState, actions);
16
Object.assign(this, selectedState, actions);
0 commit comments