Created
January 4, 2019 07:45
-
-
Save sasikanth513/0f950dd2f11c3ead58f21586fc4ab0d2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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