Hi r0bs!
Sure, would be happy to help but I'm not sure I got you here... Could
you send a jsFiddle / plunker (you can modify the one I've sent or
prepare a new one) so I can better understand what you are trying to
do?
I'm not sure if the $save fails on a particular project or on an array
of projects...
Cheers,
Pawel
> maybe you could answer answer another question? I decided to load the data
> from the mongolab-db, work on it in my app and than save the whole thing
> back instead of passing every change to the db.
>
> I tried to do this by using the $save()-function (like this:
> project.$save();) but it didn't work [console says "405 Method not
> allowed"]. I would be glad if you can give me a hint how to do this right.
>
> Thank you so much!
>
> r0bs