handlebars_assets icon indicating copy to clipboard operation
handlebars_assets copied to clipboard

Uncaught Error: Unknown template object: function

Open vladisakov88 opened this issue 11 years ago • 1 comments

Hello,

I am trying to run my app after adding a simple template, the same way I added the others templates, and it is give me the following error: "Uncaught Error: Unknown template object: function"... The console shows that "handlebars.js" fails in this point:

if (!templateSpec || !templateSpec.main) {
  throw new Exception('Unknown template object: ' + typeof templateSpec);
}

I only have to mention that before adding this template everything was fine, now that I deleting this template it is till not working(the same error)...

Please help...

vladisakov88 avatar Nov 29 '14 17:11 vladisakov88

@vladidi is this still an issue in latest release? I would also still need more details to replicate

AlexRiedler avatar Feb 22 '15 18:02 AlexRiedler