-
Notifications
You must be signed in to change notification settings - Fork 58
Dependency issue when using UI-Router 0.3 #202
Comments
I just found this service today, and immediately hit this same issue running through the intro guide. Moving the UI Router below the Stormpath entries in the App DI array (as per your comment in the link above) does NOT fix it for me, it actually has to be moved to the VERY TOP of the array, above any and all other modules. It also didn't work when downgrading to UI-Router 0.2.8, exactly the same issue, so perhaps it's not an issue with UI-Router 0.3 at all, but with your code somewhere else? |
I suspect it was an error due to the order |
Is there a timeline, when this fix will be available? |
Issue confirmed even on |
Moving 'ui-router' to a position after 'stormpath' in my module DI array resolved this issue for me. (Angular 1.6.2, ui-router 1.0.0-rc.1) |
Upgrading UI-Router to 0.3 causes this exception in our code, if UI-Router is listed before stormpath in the module dependencies:
Reproduction in the head of this branch:
stormpath/express-stormpath-angular-sample-project@66f5ed2
The text was updated successfully, but these errors were encountered: