From 87ddd35160b5fb0bf6f1ad0dd6a243b19939c72c Mon Sep 17 00:00:00 2001 From: Valerio Virgillito Date: Mon, 11 Jun 2012 23:36:37 -0700 Subject: adding more missing properties Signed-off-by: Valerio Virgillito --- .../icon-list-basic/iconsList.reel/iconsList.html | 22 ++++------------------ 1 file changed, 4 insertions(+), 18 deletions(-) (limited to 'js/components/ui/icon-list-basic/iconsList.reel/iconsList.html') diff --git a/js/components/ui/icon-list-basic/iconsList.reel/iconsList.html b/js/components/ui/icon-list-basic/iconsList.reel/iconsList.html index 05d3ea7d..9d4e0103 100755 --- a/js/components/ui/icon-list-basic/iconsList.reel/iconsList.html +++ b/js/components/ui/icon-list-basic/iconsList.reel/iconsList.html @@ -16,16 +16,8 @@ "element": {"#": "icon"} }, "bindings": { - "icondata": { - "boundObject": {"@": "repetition1"}, - "boundObjectPropertyPath": "objectAtCurrentIteration", - "oneway": true - }, - "selectedUri": { - "boundObject": {"@": "owner"}, - "boundObjectPropertyPath": "selected", - "oneway": true - } + "icondata": {"<-": "@repetition1.objectAtCurrentIteration"}, + "selectedUri": {"<-": "@owner.selected"} } }, @@ -35,20 +27,14 @@ "element": {"#": "iconsView"} }, "bindings": { - "objects": { - "boundObject": {"@": "owner"}, - "boundObjectPropertyPath": "iconsViewDataObject", - "oneway": true - } + "objects": {"<-": "@owner.iconsViewDataObject"} } - }, "owner" : { "prototype" : "js/components/ui/icon-list-basic/iconsList.reel", "properties" : { - "element" : {"#": "list"}, - "components": [{"@": "repetition1"}] + "element" : {"#": "list"} } } } -- cgit v1.2.3