sweh / ajja

JavaScript library for simple creation of forms and display of collections
MIT License
2 stars 0 forks source link

Cryptic error message when template is missing #16

Open sweh opened 9 years ago

sweh commented 9 years ago

Originally reported by: Michael Howitz (Bitbucket: icemac, GitHub: icemac)


When referencing a template which does not exists Handlebars complains that it got undefined as parameter for a function.

Expectation: Test whether the template exists before handing it over to handlebars. Bail with a helpful error message if a template with the given ID cannot be found.