diff --git a/examples/async/containers/app.js b/examples/async/containers/app.js index 7915bc3..2aed0ce 100644 --- a/examples/async/containers/app.js +++ b/examples/async/containers/app.js @@ -10,7 +10,7 @@ export default function app() { class AppController { - constructor($ngRedux, $scope, AsyncActions) { + constructor($ngRedux, AsyncActions) { const unsubscribe = $ngRedux.connect(this.mapStateToThis, AsyncActions)((selectedState, actions) => { this.componentWillReceiveStateAndActions(selectedState, actions); Object.assign(this, selectedState, actions);