icereval / backbone-documentmodel

A plugin to create entire Document structures with nested Backbone.js Models & Collections with deep model references and event bubbling.
MIT License
66 stars 8 forks source link

Fix: Array values are undefined when array is passed to Handlebars template helper #27

Closed Rockstar79 closed 5 years ago

Rockstar79 commented 8 years ago

Fixes icereval/backbone-documentmodel#26

added an extra condition within documentToJSON() to make sure the modelValue being assigned to the return array isn't falsey.