mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-18 22:01:42 +08:00
7 lines
167 B
TypeScript
7 lines
167 B
TypeScript
import observable = require("data/observable");
|
|
|
|
export function pageLoaded(args) {
|
|
var page = args.object;
|
|
|
|
page.bindingContext = { html: "one<br>two" };
|
|
} |