mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Add binding expressions tests.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
<Page loaded="pageLoaded">
|
||||
<StackLayout>
|
||||
<TextField id="textField1" text="{{ strArray[1] }}" />
|
||||
<TextField id="textField2" text="{{ numArray[2] }}" />
|
||||
</StackLayout>
|
||||
</Page>
|
||||
Reference in New Issue
Block a user