Skip to content

Instantly share code, notes, and snippets.

@lordbron
Created March 22, 2013 04:52
Show Gist options
  • Save lordbron/5219015 to your computer and use it in GitHub Desktop.
Save lordbron/5219015 to your computer and use it in GitHub Desktop.
I know each editField in the repetition will call the same setter on modifiedRowData and that's fine. My handler takes the incoming data and handles it appropriately.
"editField": {
"prototype": "ui/edit-field.reel",
"properties": {
"element": {"#": "repeatedEditField"}
},
"bindings": {
"data": {"<-": "@dataFieldRepetition.objectAtCurrentIteration"},
"outgoingData": {"->": "@owner.modifiedRowData"}
}
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment