powmedia / backbone-forms

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

Backbone 1.2.0 compatibility #464

Closed Integral closed 8 years ago

Integral commented 9 years ago

Hello!

It seems that new version of Backbone breaks backbone-forms. At least bootstrap3.js template know nothing about Form variable.

whitmanc commented 9 years ago

@Integral You can fix it by replacing Form. with Backbone.Form. it seems

glenpike commented 8 years ago

Closing this issue as it's been answered - see the example: https://github.com/powmedia/backbone-forms/blob/master/examples/register-form-custom-template/main.js#L3