mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 11:42:04 +08:00
Update ui-tests-app.
This commit is contained in:
5
apps/ui-tests-app/html-view/html-view.ts
Normal file
5
apps/ui-tests-app/html-view/html-view.ts
Normal file
@ -0,0 +1,5 @@
|
||||
export function pageLoaded(args) {
|
||||
var page = args.object;
|
||||
|
||||
page.bindingContext = { html: "one<br>two" };
|
||||
}
|
Reference in New Issue
Block a user