Here is the use case. Given a stateConfig object, I can access state.url, but this only returns the URL specified in that configuration object, not the URL that in
state.url
Got it. After a bit of logging, i realized that calling state.$$state() will return the wrapped state config object.
state.$$state()