Skip to content

Instantly share code, notes, and snippets.

@fritz-gerneth
Forked from armetiz/gist:5372634
Last active December 16, 2015 03:49
Show Gist options
  • Save fritz-gerneth/5372720 to your computer and use it in GitHub Desktop.
Save fritz-gerneth/5372720 to your computer and use it in GitHub Desktop.
Template.freeboxes.hasErrorBoxes = function () {
return (Freeboxes.find({yourConditionInHere}).count() > 0);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment