Skip to content

Instantly share code, notes, and snippets.

@NakedMoleRatScientist
Last active August 29, 2015 13:57
Show Gist options
  • Save NakedMoleRatScientist/9762738 to your computer and use it in GitHub Desktop.
Save NakedMoleRatScientist/9762738 to your computer and use it in GitHub Desktop.
Template.fact.content = () ->
Meteor.subscribe("Knowledge", () ->
k = Knowledge.findOne({_id: Router.getData()})
return k.content
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment