how can I send a command inside a controller’s params
function?
so, I have a link that calls ui/url
, and in the controller’s params I want to trigger a message based on the route
but apparently I can’t do that.
I’m sure I’m not using this correctly
nevermind