-
Couldn't load subscription status.
- Fork 3k
Closed
Milestone
Description
Version: 1.0.0-alpha.4
- Plunker
- Related post on StackOverflow
The plunker example demonstrates similar state tree as I currently have in my application. The problem is when transitioning from home.list to home.foo.bar({ id: 1 }). The abstract state home.foo resolve shows correctly $stateParams = { id: 1} but the child state home.foo.bar shows only empty object.
Furthermore, $state.params is also empty object BUT shows correctly after the resolve block is completed. The value is bind to the view in the Plunker example.
rluba, MileanCo, xeii, zbjornson and conor-mac-aoidh