Closed woodyb23 closed 8 years ago
I have mongo running and was able to add a post from mongo.
When I enter Posts.find().count(); at the browser I am getting the error:
Uncaught ReferenceError: Posts is not defined(…)(anonymous function) @ VM163:1
This might be a typo because it works when I enter this in the meteor shell.
I have mongo running and was able to add a post from mongo.
When I enter Posts.find().count(); at the browser I am getting the error:
Uncaught ReferenceError: Posts is not defined(…)(anonymous function) @ VM163:1