Skip to content

Instantly share code, notes, and snippets.

@armetiz
Created April 12, 2013 14:57
Show Gist options
  • Save armetiz/5372634 to your computer and use it in GitHub Desktop.
Save armetiz/5372634 to your computer and use it in GitHub Desktop.
Template.freeboxes.freeboxes = function () {
return Freeboxes.find();
};
Deps.autorun(function () {
Freeboxes.find();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment