lvbreda / Meteor_angularjs

279 stars 42 forks source link

Allow handling of multiple cursors for the same colleciton #40

Open xiphias opened 11 years ago

xiphias commented 11 years ago

client.js didn't handle multiple cursors for the same collection well because the value object was common to all cursors of a collection. Also $meteorObject didn't handle multiple save() operations on the same object because objectvalue was overwritten, so I renamed objectvalue variable to objectvaluecopy.