Created
December 10, 2013 19:35
-
-
Save copleykj/7896726 to your computer and use it in GitHub Desktop.
Trigger meteor template events programmatically.
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.templateName._tmpl_data.events["event selector"]).each(function(eventName){ | |
| eventName.call(self, event); | |
| }); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment