Open coatsnmore opened 7 years ago
Reproduced with ui-router extension 0.2.1.
@coatsnmore I've taken a quick look, the problem is that there've been a number of breaking changes in ui-router 1.x release, compared to 0.2.x one, which is supported by the existing ui-router extension. We'll need to reimplement the extension to support the latest ui-router. I'll try to find some time to do it in the next few weeks..
@XDex Is there any chance you've been able to update this? This issue is a blocker for me on one of my client projects. Thank you!
@shawncreed Sorry, we've been quite busy lately, I'll try to take a look once I have some spare time in the following weeks.. Btw, PRs are always welcome :)
@coatsnmore @shawncreed Just fixed this in #38, please try out the new ui-router extension and let me know if you run into any issues..
We are seeing issues with the ui-router extension. It breaks on the following line for each state in the ui-router extension#initializeModule method:
var offerData = $state.$current.locals.globals.offerData;
With the following error:
With the following dependencies:
I am assuming this is a version incompatibility, but don't know enough to offer a solution.