ui-router-extras icon indicating copy to clipboard operation
ui-router-extras copied to clipboard

UI-Router v0.2.8 not compatible with latest versions (0.0.14)

Open seetsy opened this issue 9 years ago • 3 comments

The npm package lists UI-Router v0.2.8 as a dependency, but 0.0.14 does not seem to work properly with it. I'm just mentioning this in case anyone else has been banging head on desk... Maybe update the npm dependency note?

seetsy avatar Aug 21 '15 22:08 seetsy

What features of extras are you using?

Why are you on 0.2.8???? :p

christopherthielen avatar Aug 21 '15 22:08 christopherthielen

I'm tinkering with the nested views and sticky states. Really cool and handy stuff!

It took me awhile to realize - but I had haphazardly run npm install "ui-router" (apparently a non-official old version of 0.2.8) instead of "angular-ui-router". That combined with seeing the ui-router-extras dep. of 0.2.8 made me think everything should work. Finally realizing to update to the latest angular-ui-router fixed everything.

seetsy avatar Aug 22 '15 00:08 seetsy

So I noticed that extras test suite is still running (successfully) against ui-router 0.2.8. I'm curious what issues you ran into with that combination?

christopherthielen avatar Oct 03 '15 16:10 christopherthielen