[ALOY-716] When using view-model binding, whitespace inside curly braces disables binding
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2018-03-05T17:48:07.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Alloy 1.2.0, 2013 Sprint 13 |
Components | Models, XML |
Labels | qe-testadded, regression |
Reporter | Tony Lukasavage |
Assignee | Tony Lukasavage |
Created | 2013-06-20T22:48:30.000+0000 |
Updated | 2018-03-05T17:48:13.000+0000 |
Description
problem
http://developer.appcelerator.com/question/153856/alloy-update-view-with-fetched-collectionexpected
Both labels in the example below should be data bound, regardless of the superfluous whitespace.
<Alloy>
<TableView dataCollection="someCollection">
<TableViewRow layout="vertical">
<Label text="{text1}"/>
<Label text="{ text2 }"/>
</TableViewRow>
</TableView>
</Alloy>
Attachments
File | Date | Size |
---|---|---|
Screen Shot 2013-06-20 at 8.20.48 PM.png | 2013-06-21T00:21:04.000+0000 | 65849 |