Skip to content

Commit 1cb14f0

Browse files
authored
Merge pull request #108 from jhummel/patch-1
Remove unneeded $scope injection.
2 parents 36107a1 + f913893 commit 1cb14f0

File tree

1 file changed

+1
-1
lines changed
  • examples/async/containers

1 file changed

+1
-1
lines changed

examples/async/containers/app.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export default function app() {
1010

1111
class AppController {
1212

13-
constructor($ngRedux, $scope, AsyncActions) {
13+
constructor($ngRedux, AsyncActions) {
1414
const unsubscribe = $ngRedux.connect(this.mapStateToThis, AsyncActions)((selectedState, actions) => {
1515
this.componentWillReceiveStateAndActions(selectedState, actions);
1616
Object.assign(this, selectedState, actions);

0 commit comments

Comments
 (0)