mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-17 21:01:34 +08:00
6 lines
166 B
TypeScript
6 lines
166 B
TypeScript
import pages = require("ui/page");
|
|
|
|
export function pageLoaded(args) {
|
|
var page = <pages.Page>args.object;
|
|
page.bindingContext = { author: "Pratchett" };
|
|
} |