With ui-router
I can use $state.go('^')
to go to parent state without having to specify it's full path. Is there similar way to go to grandparent state (my parent state is abstract)?
In documentation examples I can see only ^
for parent, but maybe someone has good solution for this?
You can transition to the grandparent state with
$state.go('^.^')
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With