Closed jeme closed 11 years ago
In order to go to a state relative to the current state, the user has to do the following:
$state.goto($state.lookup('../sibling'), { /* some params */ });
We should consider if it should be possible to do it more directly:
$state.goto('../sibling', { /* some params */ });
In order to go to a state relative to the current state, the user has to do the following:
We should consider if it should be possible to do it more directly: