powmedia / backbone-forms

Form framework for BackboneJS with nested forms, editable lists and validation
MIT License
2.17k stars 415 forks source link

Change the way Form's templateSettings are defined. #482

Closed glenpike closed 8 years ago

glenpike commented 8 years ago

Was using "this" to refer to template settings in the "statics" section of Form definition - this was undefined at declaration time. Move definition of template and templateSettings till after the Form variable is created.

Add test to ensure that Form template is rendered with overridden settings.

Fixes #481