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
I'm currently passing in data as part of the second argument to state.go and when I check in the state params of the destination controller, $stateParams is empty.
Been trying to figure this out for an hour - I think I'm doing everything correctly?
$state.go("send-to", { "test": 123});
and when it transitions to the "send-to" controller I see