Closed Lepozepo closed 10 years ago
I tried this in coffeescript client side:
@OfflineProducts = new Offline.Collection "products" @Products = new Meteor.Collection2 @OfflineProducts, smart:true schema: name: type:String
Server side I just did this
@Products = new Meteor.Collection2 "products", smart:true schema: name: type:String
Collection2 just added support for Offline.Collection
I tried this in coffeescript client side:
Server side I just did this