errors.js 157 B

1234567891011121314
  1. /**
  2. * @file
  3. *
  4. *
  5. * User: marand
  6. * Date: 03/09/15
  7. * Time: 17:22
  8. */
  9. Template.errors.helpers({
  10. errors: function () {
  11. return Errors.find();
  12. }
  13. });