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

patch ct-ui-router-extras #365

Open PavelGonzales opened 7 years ago

PavelGonzales commented 7 years ago

Hi!

I patched src/transition.js

added additional checks if (transitionDepth >= tDataStack.length || transitionDepth < 0) return;

It did not work together permission