Skip to content

Instantly share code, notes, and snippets.

@zckly
Created October 6, 2015 00:21
Show Gist options
  • Save zckly/2243cac4644ff49125ff to your computer and use it in GitHub Desktop.
Save zckly/2243cac4644ff49125ff to your computer and use it in GitHub Desktop.
for muh meteor tutorial pt 2
Template.app.events({
"submit .main-search": function(event){
FlowRouter.go('/searchresults')
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment