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 0c56b6b commit 8242d31Copy full SHA for 8242d31
src/components/ngRedux.js
@@ -44,4 +44,6 @@ export default function ngReduxProvider() {
44
connector: Connector(store)
45
};
46
}
47
+
48
+ this.$get.$inject = ['$injector'];
49
0 commit comments