Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save xaxxon/03b929d224ed3dd5b8c4 to your computer and use it in GitHub Desktop.
Save xaxxon/03b929d224ed3dd5b8c4 to your computer and use it in GitHub Desktop.
Template.Chat.helpers({
cached_chat: function() {
console.log(this._id);
console.log(local_chat_collections);
console.log(local_chat_collections[this._id]);
return local_chat_collections[this._id].find();
}
});
http://i.imgur.com/ne0dXz0.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment