Blame view
client/templates/authenticated/index.js
121 Bytes
0ccda7775
|
1 2 3 |
Template.index.onCreated( () => { Template.instance().subscribe( 'template', () => console.log( "Subscribed!" ) ); }); |
0ccda7775
|
1 2 3 |
Template.index.onCreated( () => { Template.instance().subscribe( 'template', () => console.log( "Subscribed!" ) ); }); |