aboutsummaryrefslogtreecommitdiff
path: root/js/panels/binding-panel.reel
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
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')
-rw-r--r--js/panels/binding-panel.reel/binding-panel.css2
-rw-r--r--js/panels/binding-panel.reel/binding-panel.html6
2 files changed, 6 insertions, 2 deletions
diff --git a/js/panels/binding-panel.reel/binding-panel.css b/js/panels/binding-panel.reel/binding-panel.css
index 8597a926..f29b66c1 100644
--- a/js/panels/binding-panel.reel/binding-panel.css
+++ b/js/panels/binding-panel.reel/binding-panel.css
@@ -8,4 +8,4 @@
8.bindings-list { 8.bindings-list {
9 padding: 0; 9 padding: 0;
10 margin: 0; 10 margin: 0;
11} \ No newline at end of file 11}
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