Quantcast
Viewing all articles
Browse latest Browse all 4827

How to render a template to html on component?

@weizeyan wrote:

now, i need render a template with ArrayList data,return the html string.

didInsertElement : function(){
	var html = render("templatename.hbs", {
		list : ["a", "b", "c"]
	});

}

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 4827

Trending Articles