Skip to content

Instantly share code, notes, and snippets.

@sasikanth513
Created January 4, 2019 07:45
Show Gist options
  • Select an option

  • Save sasikanth513/0f950dd2f11c3ead58f21586fc4ab0d2 to your computer and use it in GitHub Desktop.

Select an option

Save sasikanth513/0f950dd2f11c3ead58f21586fc4ab0d2 to your computer and use it in GitHub Desktop.
Template.registerHelper('tdd', function(prop) {
const t = Template.instance();
return t.dataDict.get(prop);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment