powmedia / backbone-forms

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

lodash 4.x compatibility fixes #515 #530

Closed glenpike closed 7 years ago

glenpike commented 7 years ago

Change .each(..., this) to use .each(.bind(..., this)) Remove .contains and _.pluck from tests Add tests/lodash.html file to use lodash instead of underscore Add external libs as bower devDependencies - used in lodash.html TODO: migrate tests to use bower deps rather than libs and remove the external libs from the repo where possible.