Skip to content

Instantly share code, notes, and snippets.

@jrwebdev
Last active May 17, 2016 11:04
Show Gist options
  • Save jrwebdev/9037d47b328a5340ddba377b51240de4 to your computer and use it in GitHub Desktop.
Save jrwebdev/9037d47b328a5340ddba377b51240de4 to your computer and use it in GitHub Desktop.
ngReact + Redux
app.directive('myComponent', ['reactDirective', '$ngRedux', function(reactDirective, $ngRedux) {
return reactDirective(MyComponent, null, {}, {store: $ngRedux});
}]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment