Skip to content

Instantly share code, notes, and snippets.

@csprocket777
Created June 27, 2013 21:25
Show Gist options
  • Save csprocket777/5880537 to your computer and use it in GitHub Desktop.
Save csprocket777/5880537 to your computer and use it in GitHub Desktop.
EmberJS Handlebars helper
Ember.Handlebars.registerBoundHelper('videoJS', function(lo, options){
console.log(lo);
});
<script type="text/x-handlebars" data-template-name="lo">
{{videoJS lo}}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment