Chris Thielen

Results 121 comments of Chris Thielen

@witoldszpur you can track the progress here: https://github.com/angular-ui/ui-router/issues/2837 Currently I've only done some experimentation and don't have a solid timeline

By the way all, Future States are in 1.0 core as of beta.2.

@crgeee we're really close to a 1.0 final release. After that, I will devote time to implementing sticky states for 1.0

- Future States: [nearly complete](https://ui-router.github.io/docs/latest/interfaces/state.statedeclaration.html#lazyload) - Deep State Redirect: [In development](https://github.com/christopherthielen/deep-state-redirect) - Sticky States: [In development](https://github.com/christopherthielen/sticky-states)

@gauravmahto - Future states are complete in 1.0.0-rc.1. - Sticky states are complete and at their final home: https://github.com/ui-router/sticky-states - DSR is complete but hasn't been moved to its final...

@RavishankarMSGR I don't use requirejs, so I cannot provide any help with regards to that. However, I do suspect that in your config, `uiRouterCore` should be `@uirouter/core` and `angularUiRouter `...

I think it should be possible, by hanging onto the future state load promise until it is resolved/rejected. Future states would wait to clear the registry until then and return...

I have not seen it myself, but definitely see that it's a problem

I haven't had time to do futurestate work, sorry @amcdnl