Hi,
I have a service "MyService". I would like to execute in javascript like this:
MyService.execute({});
But I would like to parse the results, which is gonna be an array. How can I have access to the "data" variable or the results of the service?
Could you post an example on how to do that?
Thanks!!!