neilff / redux-ui-router

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

UI-Router $resolve #71

Closed tfoel closed 8 years ago

tfoel commented 8 years ago

I tried to find any resources on how to access the resolved data for ui-router states in a redux-way. It is still possible to get hold of those by injecting into the controller/binding to a component, but the best would be if they were available in the redux store. Is there any way to do/support this?

hally9k commented 8 years ago

I'm not entirely sure I understand your issue. Would you mind expanding on your explanation a little bit? There is an example on this issue that addresses resolves. Is this helpful?

tfoel commented 8 years ago

Yes, I think it helps - I shall try to adjust my code according to that example. Apologies for not finding that myself.

hally9k commented 8 years ago

No worries 😉