Files
NativeScript/apps/tests/ui/bindingContext_testPage1.xml

8 lines
200 B
XML

<Page xmlns="http://www.nativescript.org/tns.xsd" loaded="pageLoaded">
<StackLayout>
<StackLayout>
<Label id="testLabel" text="{{ testProperty }}" />
</StackLayout>
</StackLayout>
</Page>