Hi,
I have 2 services,
one return a list of clients, the other one return a list of phone call.
In my model storage, I've defined a model for my client wich include an array of 'phoneCall' (another model define in local storage).
I have mapped my service to the local storage and then local storage to screen. All works fine except that I'm not able to map the phoneCall in my client local storage.
Iwould like to:
For each client retreive, launch the phoneCall service wich retrieve the phone calls associated to that client and then map them inside the listClient model