christopherthielen / ui-router-extras

THIS PROJECT IS NO LONGER MAINTAINED -- Extras for UI-Router for AngularJS. Sticky States (a.k.a. parallel states), Deep State Redirect (for tab-like navigation), Future States (async state definition)
http://christopherthielen.github.io/ui-router-extras/
MIT License
917 stars 211 forks source link

$state.go is not working on ui-router 1.0.0-rc.1 for FutureState #367

Open koshuang opened 7 years ago

koshuang commented 7 years ago

Hi,

When I tried to upgrade ui-router to 1.0.0-rc.1 to make route support component, I realized that it seems like the $state.go was not working for FutureState.

Does someone have same issue?