I have an abstract parent state with a promise of a solution that returns information about the current user. This information is entered into the controllers of all child states.
However, when I use $state.go('parent.child'), the promise promise function is not fulfilled. If I look at a URL representing this state, but it works fine.
Do I need to specify a permission object in each child state and omit it from the parent?
source
share