FIX: Be able to bind list view.items to string

This commit is contained in:
vakrilov
2017-03-20 17:21:40 +02:00
parent 9d67e44cdf
commit 291207fa36

View File

@@ -107,7 +107,7 @@ export abstract class ListViewBase extends View implements ListViewDefinition {
lbl.bind({ lbl.bind({
targetProperty: "text", targetProperty: "text",
sourceProperty: "$value" sourceProperty: "$value"
}, null); });
return lbl; return lbl;
} }