Brian Lucas
Brian Lucas
Including @philfreo -- Phil, does your entry on the Wiki (https://github.com/powmedia/backbone-forms/wiki/Custom-Editors) still work on current implementation and I'm just not implementing properly?
I've created an updated version here: https://gist.github.com/brianlucas/7491366 I'm implementing as follows: var UserIncome = Backbone.DeepModel.extend({ modelName: "UserIncome", schema: { other_income: { type: 'List', itemType: 'InlineNestedModel', model: OtherIncome }, }; var...
I saw this issue when I incorrectly labeled the id tag on the respond.proxy.gif. Make sure your id and rel tags are correct on the assets (respond-proxy and respond-redirect).