neilff / redux-ui-router

ngRedux bindings for Angular UI Router
MIT License
143 stars 48 forks source link

Fixed incorrect arg name in state-transition-to.js from 'toParams' to 'params'... #56

Closed hally9k closed 8 years ago

hally9k commented 8 years ago

I haven't spent much time looking at this repo at all but making this change locally fixed stateTransitionTo() not binding the params to the payload with the correct name. The reducer was looking in payload.params and Redux was binding it to payload.toParams.