Blame view

client/templates/authenticated/index.js 85 Bytes
0ccda7775   Ryan Glover   add support for E...
1
  Template.index.onCreated( () => {
77001041a   Ryan Glover   add support for F...
2
    Template.instance().subscribe( 'template' );
0ccda7775   Ryan Glover   add support for E...
3
  });