I would like to know how to translate
var template = Handlebars.compile( $( '#row-tpl' ).html() );
within Ember.
I defined a template in products.js like this:
{{ProductName}}
That creates: Ember.TEMPLATES.products
But how do I render this to pure html ? I need the html to set the content for a KendoUI window.
Regards Roger