-
Notifications
You must be signed in to change notification settings - Fork 210
Initial deep state through $deepStateRedirect #150
Comments
Definitely. This has been in my todo for some time. |
Just tested this, works like a charm :) |
sweet. I hadn't even pushed the new docs yet, hah! |
Not sure if this is a new issue or related to this one. I noticed a sticky leaf state with parameter not reloading when reentering (this worked with 0.0.11). When I turned on firebug I noticed an exception on every state change: 'state is undefined' happening on this line. https://github.com/christopherthielen/ui-router-extras/blob/master/src/sticky.js#L440 |
Doh. Likely unrelated. Are you using the new modular build, or full |
Also running into @jvisser's issue so I've created a plunkr below. http://plnkr.co/edit/po3jqSI7swYrAVaUFwxj?p=preview Some quick sleuthing tell me that the bug is somehow related to https://github.com/christopherthielen/ui-router-extras/blob/master/src/transition.js#L43 and how it's used a few dozen lines below, probably should be returning |
Hi,
I was wondering if its possible to set an initial deep state, for example:
When state1 is first entered it wil direct to state1.childstate11.childstate111.
Thanks,
jvisser
The text was updated successfully, but these errors were encountered: