Sha256: 97fa0808fa44f0f5976caabf029cd9456bd7bf4f0dfc9eda963072d07b46f04a

Contents?: true

Size: 886 Bytes

Versions: 10

Compression:

Stored size: 886 Bytes

Contents

Ember.TEMPLATES['my-package/my_hbs_template'] = Ember.Handlebars.template(function anonymous(Handlebars,depth0,helpers,partials,data) {
this.compilerInfo = [4,'>= 1.0.0'];
helpers = this.merge(helpers, Ember.Handlebars.helpers); data = data || {};
  var buffer = '', stack1, escapeExpression=this.escapeExpression;


  data.buffer.push("<p>\n  Hello ");
  stack1 = helpers._triageMustache.call(depth0, "name", {hash:{},hashTypes:{},hashContexts:{},contexts:[depth0],types:["ID"],data:data});
  if(stack1 || stack1 === 0) { data.buffer.push(stack1); }
  data.buffer.push(", here is a horrible picure:\n  <br />\n  <img ");
  data.buffer.push(escapeExpression(helpers['bind-attr'].call(depth0, {hash:{
    'src': ("horriblePictureUrl")
  },hashTypes:{'src': "ID"},hashContexts:{'src': depth0},contexts:[],types:[],data:data})));
  data.buffer.push(" />\n</p>\n");
  return buffer;
  
});

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
embork-0.0.13 spec/embork/sprockets/ember_handlebars_compiler/global_hbs_template.js
embork-0.0.12 spec/embork/sprockets/ember_handlebars_compiler/global_hbs_template.js
embork-0.0.11 spec/embork/sprockets/ember_handlebars_compiler/global_hbs_template.js
embork-0.0.10 spec/embork/sprockets/ember_handlebars_compiler/global_hbs_template.js
embork-0.0.9 spec/embork/sprockets/ember_handlebars_compiler/global_hbs_template.js
embork-0.0.8 spec/embork/sprockets/ember_handlebars_compiler/global_hbs_template.js
embork-0.0.7 spec/embork/sprockets/ember_handlebars_compiler/global_hbs_template.js
embork-0.0.6 spec/embork/sprockets/ember_handlebars_compiler/global_hbs_template.js
embork-0.0.5 spec/embork/sprockets/ember_handlebars_compiler/global_hbs_template.js
embork-0.0.4 spec/embork/sprockets/ember_handlebars_compiler/global_hbs_template.js