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

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 definitio...

Results 100 ui-router-extras issues
Sort by recently updated
recently updated
newest added

Hi @christopherthielen , We have upgraded angularjs 1.3 to 1.5.5 and upgraded ui router. We are using OC Lazy Loading using requirejs but modules is not hitting. In App.client.module we...

Last commit dates 3 moths ago, and there are 80 open issues. Just wondering whether it's OK to use UI Router Extras and whether it is going to be maintained...

question

The initial transition to the sticky state works well, but when you transition away and then come back to the sticky state, the view reloads and the controller re-runs (thus...

Dear All, I have one root state with a parameter and two substates with the following config: rootState1, /rootstate1/:rootstate1param, params: [rootstate1param] rootState2, /rootstate2/:rootstate2param sub1, rootState1.sub1, /sub1, default sub2, rootState1.sub2 /sub2/:sub2param...

Since the angular 1.6.x releases dsr still seems to work but I get a nasty console message : http://codepen.io/exchsac/pen/jVjGBJ `` "Error: transition prevented $get@https://cdnjs.cloudflare.com/ajax/libs/angular-ui-router/0.3.2/angular-ui-router.js:2912:75 invoke@https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.6.1/angular.js:4842:24 $get@https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.6.1/angular.js:4709:49 invoke@https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.6.1/angular.js:4842:24 $get@https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.6.1/angular.js:4709:49 invoke@https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.6.1/angular.js:4842:24 $get@https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.6.1/angular.js:4709:49...

I've just installed ui-router-extras with npm in my angular project but it doesn't work. The console error is: `TypeError: Cannot read property '$$equals' of undefined at paramsEqualForState (https://localhost:8443/qiss/node_modules/ui-router-extras/release/ct-ui-router-extras.js:473:29) at calcTreeChanges...

When we do a page refresh, $previousState gets lost. Expected behaviour is $previousState should remain intact.

this both is controller ans test file of controller. i am running with "karma start --single-run" but it throws Error: [$injector:modulerr] Failed to instantiate module undefined due to: Error: [ng:areq]...

Hello @christopherthielen, You just added the END OF LIFE NOTICE (`commit 96025cdbec9`), explaining that _"UI-Router 1.0 now includes all the features of ui-router-extras out of the box"_. I'd like to...

Hey Chris, first of all thank you for this great plugin! I'm using the sticky states, to keep the background state of a modal view (similar to your example). But...

bug
stickystate