mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Added binding convert option.
This commit is contained in:
7
apps/tests/app/binding_tests.xml
Normal file
7
apps/tests/app/binding_tests.xml
Normal file
@@ -0,0 +1,7 @@
|
||||
<Page xmlns="http://www.nativescript.org/tns.xsd" loaded="pageLoaded">
|
||||
<StackLayout padding="7">
|
||||
<TextField text="{{ testProperty, testProperty | toUpper(paramProperty) }}" />
|
||||
<!--<TextField text="{{ testProperty | toUpper }}" />-->
|
||||
<TextField text="{{ testProperty }}" />
|
||||
</StackLayout>
|
||||
</Page>
|
||||
Reference in New Issue
Block a user