dotJEM / angular-routing

Enhanced state based routing for Angular applications!
https://dotjem.github.io/angular-routing/
MIT License
75 stars 9 forks source link

State locals are not resolved correctly #18

Closed jeme closed 11 years ago

jeme commented 11 years ago

If one of the values of resolve are slow to resolve, it will result in no locals being available?...

At least it seems so from a Test standpoint, while the sample app still seems to work. So I am not quite sure if it really is an issue or not.

jeme commented 11 years ago

https://github.com/dotJEM/angular-routing/commit/9e3b2777c8166a4e67c61146968051b9ee5384c8#L5R1375

jeme commented 11 years ago

Closing this, lately I have come to the conclusion that this is simply a test issue, so I will leave it and see if someone experiences any issues in an actual solution.