I use the trunk in the project. I have a scenario when I added some of my models to the collection. Now I have an array of models in the collection. I use rest serivces to save. Now I want to make a mail call to the server to save this array of models. I know that there is a model transfer method to create a collection method, like
this.collection.create (model)
But this is the only model to save. I also tried applying the loop, but it does not work. Please help me.
Thanks in advance
touseefkhan4pk
source share