Last active
August 29, 2015 14:22
-
-
Save xaxxon/03b929d224ed3dd5b8c4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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(); | |
} | |
}); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http://i.imgur.com/ne0dXz0.png |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment