lvbreda / Meteor_angularjs

279 stars 42 forks source link

Value of multiple cursors for a collection are stored in the same array #39

Open xiphias opened 11 years ago

xiphias commented 11 years ago

The value object is local to the collection and set whenever a new cursor is created for a collection. A new wrapper object with its own array should be created for each cursor to allow multiple cursors at the same time.