Files
NativeScript/apps/tests/app/binding_tests.xml

6 lines
290 B
XML

<Page xmlns="http://www.nativescript.org/tns.xsd" loaded="pageLoaded">
<StackLayout padding="7">
<TextField text="{{ tasks.length, tasks.length === 0 ? 'zero items' : tasks.length + ' items', false }}" />
<Button text="Click" tap="onTap" />
</StackLayout>
</Page>