aboutsummaryrefslogtreecommitdiff
path: root/js/panels/binding-panel.reel/binding-panel.html
diff options
context:
space:
mode:
authorArmen Kesablyan2012-06-01 13:12:31 -0700
committerArmen Kesablyan2012-06-01 13:12:31 -0700
commit77677e5ffb08a5dec4bf0be279130d7b1a99d03f (patch)
treed0369ea70d15c9ba4ff03f0945969206882091ca /js/panels/binding-panel.reel/binding-panel.html
parent50ea77b261e1b3676aea2b1ed582d5e6c97a0997 (diff)
parent0f59ef2a4b78fbcee402255857e8355a67fa7e66 (diff)
downloadninja-77677e5ffb08a5dec4bf0be279130d7b1a99d03f.tar.gz
Merge pull request #5 from ericguzman/binding
Binding Panel components update
Diffstat (limited to 'js/panels/binding-panel.reel/binding-panel.html')
-rw-r--r--js/panels/binding-panel.reel/binding-panel.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/js/panels/binding-panel.reel/binding-panel.html b/js/panels/binding-panel.reel/binding-panel.html
index d2e18e99..2850b67c 100644
--- a/js/panels/binding-panel.reel/binding-panel.html
+++ b/js/panels/binding-panel.reel/binding-panel.html
@@ -35,7 +35,11 @@
35 "element": {"#": "binding-item"} 35 "element": {"#": "binding-item"}
36 }, 36 },
37 "bindings": { 37 "bindings": {
38 "sourceObjectPropertyPath": {"<-": "@repetition.objectAtCurrentIteration.sourceObjectPropertyPath"} 38 "sourceObjectPropertyPath": {"<-": "@repetition.objectAtCurrentIteration.sourceObjectPropertyPath"},
39 "sourceObject": {"<-": "@repetition.objectAtCurrentIteration.sourceObject"},
40 "boundObjectPropertyPath": {"<-": "@repetition.objectAtCurrentIteration.boundObjectPropertyPath"},
41 "boundObject": {"<-": "@repetition.objectAtCurrentIteration.boundObject"},
42 "oneway": {"<-": "@repetition.objectAtCurrentIteration.oneway"}
39 } 43 }
40 } 44 }
41 45