Created
April 7, 2015 09:55
-
-
Save brlafreniere/8523cdca73c4a5e450fb 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.body.helpers({ | |
messages: function () { | |
return Messages.find({room: $('#joined-rooms').val()}); | |
} | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
this is a style-of-thing answer, you'll have to work out the details