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...
Are there significant dangers of memory leaks with ui-router-extras sticky states? I had my browser open for a while on some of the examples pages, and after a while, the...
The npm package lists UI-Router v0.2.8 as a dependency, but 0.0.14 does not seem to work properly with it. I'm just mentioning this in case anyone else has been banging...
When you use ui-router-extras in a webpack built application, and you include angular.js from the googleapis CDN, the following warning appears: `WARNING: Tried to load angular more than once.` This...
I was debugging my routing config and got really confused as DSR would activate child states without raising the usual ui-router events or logging. This also applies to attempts to...
I'm having some problems trying to navigate to a sibling future state. index.main.a index.main.b When I try and navigate from a to b, using the parent notation (^.b), it fails...
Hi all, sorry to post this here but I cannot find a better place. What I'm trying to do is simple, I have a state that looks like this: ```...
Hello, since its hard to get help on the internet forums for ui-router-extras, I will just ask here :smile: I have a [Plunker](http://plnkr.co/edit/WozVVm1L6Kit76fZW2qs?p=preview) where I try to achieve, that my...
AFAIK the Deep State Redirect module only registers a states parameters via the `$stateChangeSucess` event. This leaves out all query parameters modified on a state with `reloadOnSearch=false`. As the latest...
Hi, I'm using futureState in combination with oclazyload and ng-fab-form. On 1st use of my application, the user is directed to a state contained in my shell application and ng-fab-form...
Hello Chris, it is possible to load states lazy? I mean, for example, invoke resolveFunctions only if requested state (or none states match the url) is not found? BTW, wheere...