@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
@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