Issues sending data from Client controller to Server in widget
Hi! I want to send some data to the server from the client, and have the server wait until it gets that data. This is the code I am currently trying: Client Controller: c.data.abc='Value'; c.func_name= function() { c.server.update(); } Server: i...
