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.