Public release of ember-redux-route-connect!
This is a companion addon for ember-redux. Use it to connect your routes to redux state and URL params.
ember install ember-redux-route-connect
See README for more details and usage.
Changelog
- Use Object.keys instead of for/in
- Docstrings
- Updated README