Add binding expressions tests.

This commit is contained in:
Vasil Chimev
2015-07-15 17:04:51 +03:00
parent f328638b7c
commit 1fa042189b
19 changed files with 272 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
<Page loaded="pageLoaded">
<StackLayout>
<TextField id="textField1" text="{{ strArray[1] }}" />
<TextField id="textField2" text="{{ numArray[2] }}" />
</StackLayout>
</Page>