Meteor_angularjs icon indicating copy to clipboard operation
Meteor_angularjs copied to clipboard

Allow handling of multiple cursors for the same colleciton

Open xiphias opened this issue 12 years ago • 0 comments

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.

xiphias avatar Jul 06 '13 08:07 xiphias