this is common mistake you will have when building meteor app, when you are new
fix is that you need to subscribe to that collection
you have to mention that in .js file for that template
fix is that you need to subscribe to that collection
you have to mention that in .js file for that template
Meteor.subscribe("yourcollection");
0 comments:
Post a Comment