1,871 issues in handlebars-lang/handlebars.js
Hi, My requirement is to add object list to html element of data attribute using handlebars templating system
When running a lot of rows of data through an each, it gives a slow script warning. Is there a way to make handlebars delay every 100 records or so? Similar to something like http://stackoverflow.com/questions/714942/how-to-stop-intense-javascript-loop-from-freezing-the-browser. ...
I would like to be able to write handlebars selectors in a JSON style syntax. For example. Instead of: {{articles.[8].title}} {{#each articles.[10].[#comments]}}{{/each}} This would become: {{articles[8].title}} ...
I ve written a number of classes which need to be insertable into a handlebars template, which should be replaced with HTML generated by the toString() method in the class. Now, these templates can receive ...
http://jsfiddle.net/9D88g/34/ works http://jsfiddle.net/9D88g/33/ doesn t work When assigning an Object with methods, it works without a problem. (see fiddle 1) But if one of these methods is calling ...
I am creating a handlebars helper, which takes the following form: define([ Handlebars ], function (Handlebars) { Handlebars.registerHelper( myHelper , function (options) { console.log( myHelper ...
Hi, When you are calling new Handlebars.JavaScriptCompiler().compile(environment, options) you get a return value similar to this; (asObject == false) { compiler :[6, = 2.0.0-beta.1 ], main :function(depth0,helpers,partials,data) ...
html section id= websiteList1 /section script id= websiteList-template1 type= text/x-handlebars-template {{#each websitesData1}} a href= {{w_link}} target= _blank {{w_name}} /a {{/each}} ...
JSON { filter: [ name: categories , title: Categories , current: first , multiple: false ], records: [ id: 1 name: Total , count: ...