Open skywalkerlw opened 8 years ago
In snippets: `Template.name.onCreated = function(){
};`
but the correct one should be (you have misused with created):
Template.name.onCreated(function() { });
In snippets: `Template.name.onCreated = function(){
};`
but the correct one should be (you have misused with created):
Template.name.onCreated(function() { });