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

dont reject silent errors #358

Open BjornRombaut opened 7 years ago

BjornRombaut commented 7 years ago

I'm not entirely sure that this is the correct solution but I saw that in https://github.com/angular-ui/ui-router/commit/66ab048 the transition errors are caught silently and thought that the same should happen here to prevent https://github.com/christopherthielen/ui-router-extras/issues/356

Feedback is welcome