ui-router-extras
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...
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...
Here is my flow: I'm in a state like this `root.home.stateA` and the server returns `401` for a request fired in this state. A redirect to `root.login` is done in...
1."$previousState.set([memoName: string, previousState: string, previousParams: optional object])" what mean's of the second param "previousState: string",Can you give an example ? 2. "$previousState" Support version angularjs 1.4.3 ?
Hi! I patched src/transition.js added additional checks if (transitionDepth >= tDataStack.length || transitionDepth < 0) return; It did not work together permission
I am using $futureStateProvider to load the states in the server and define it in runtime . Below is how my `routes` file looks like . What my understanding with...
Noticed that ui-router-extras bower.json requires an older version of angular-ui-router: `1) angular-ui-router#^0.2.8 which resolved to 0.2.18 and is required by ui-router-extras#0.1.3` and in ui-router-extras' bower.json : ``` "dependencies": { "angular":...
HI, I made a refactorization that should work properly when used gulp & ngAnnotate, just converting the injections to a properly way of loading them in order to work properly...
Port of https://github.com/angular-ui/ui-router/pull/2478 Should fix the same issue, unfortunately I don't have a reproducible scenario where the bug appears, but since this is duplicate code of ui-routers `common.js` maybe that's...
Either a polyfill or a protection should be used. Let me know the choice and I can create a PR. thanks
I follow "Minimal Modal Sticky States demo" to create this codepen: http://codepen.io/lbngoc/pen/zoVMEE Currently, the modal is showing when use "ui-sref", but when I go to state from $state.go, nothing is...