From a3024011a91d3941f81481dd4d600e9684eb0fd4 Mon Sep 17 00:00:00 2001 From: Valerio Virgillito Date: Thu, 2 Feb 2012 00:11:51 -0800 Subject: upgrading to Montage v0.6 Signed-off-by: Valerio Virgillito --- node_modules/montage/ui/list.reel/list.html | 34 +++++++++++++++++++++++++---- 1 file changed, 30 insertions(+), 4 deletions(-) (limited to 'node_modules/montage/ui/list.reel/list.html') diff --git a/node_modules/montage/ui/list.reel/list.html b/node_modules/montage/ui/list.reel/list.html index 2428bded..98629f04 100755 --- a/node_modules/montage/ui/list.reel/list.html +++ b/node_modules/montage/ui/list.reel/list.html @@ -16,6 +16,28 @@ "element": { "#": "repetition" } + }, + "bindings": { + "content": { + "boundObject": {"@": "owner"}, + "boundObjectPropertyPath": "originalContent", + "oneway": true + }, + "objects": { + "boundObject": {"@": "owner"}, + "boundObjectPropertyPath": "objects", + "oneway": true + }, + "contentController": { + "boundObject": {"@": "owner"}, + "boundObjectPropertyPath": "contentController", + "oneway": true + }, + "isSelectionEnabled": { + "boundObject": {"@": "owner"}, + "boundObjectPropertyPath": "isSelectionEnabled", + "oneway": true + } } }, "scrollview1": { @@ -25,6 +47,13 @@ "element": { "#": "scrollView" } + }, + "bindings": { + "axis": { + "boundObject": {"@": "owner"}, + "boundObjectPropertyPath": "axis", + "oneway": true + } } }, "owner": { @@ -36,9 +65,6 @@ }, "_repetition": { "@": "repetition1" - }, - "_scrollview": { - "@": "scrollview1" } } } @@ -49,7 +75,7 @@
-
+
-- cgit v1.2.3