mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Create a single NS app for cuteness.io, gallery-app and ui-tests-app in apps/
Move all other apps to https://github.com/NativeScript/tns-apps-graveyard
This commit is contained in:
4
apps/app/ui-tests-app/html-view/html-view.ts
Normal file
4
apps/app/ui-tests-app/html-view/html-view.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export function pageLoaded(args) {
|
||||
var page = args.object;
|
||||
page.bindingContext = { html: "one<br>two" };
|
||||
}
|
||||
Reference in New Issue
Block a user