Skip to content

Instantly share code, notes, and snippets.

@sasikanth513
Created January 4, 2019 07:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sasikanth513/0f950dd2f11c3ead58f21586fc4ab0d2 to your computer and use it in GitHub Desktop.
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