You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Creating a child state that uses definition.params to define additional parameters for a URL-based parent state that has its own parameters doesn't work.
In 0.2.10, this worked, but you had to copy ancestor parameters into the child state's definition.params list. In master, it doesn't work with or without copying them.
I'd be happy to dig into this if someone can give me a bit of guidance on getting started.
The text was updated successfully, but these errors were encountered:
Digging into this a bit more, the code seems to want params to be an object with param names as the keys. I'm not sure about the values just yet.
Specifying params as {p: true, c: true} worked for me on plunkr, but is leading to maximum recursion issues in a real world example with more parameters on the parent.
Here's a plunker demonstrating the issue: http://plnkr.co/edit/NxL5hJsxlaUSTLSaRAEp?p=preview
Creating a child state that uses definition.params to define additional parameters for a URL-based parent state that has its own parameters doesn't work.
In 0.2.10, this worked, but you had to copy ancestor parameters into the child state's definition.params list. In master, it doesn't work with or without copying them.
I'd be happy to dig into this if someone can give me a bit of guidance on getting started.
The text was updated successfully, but these errors were encountered: