Files
2015-11-02 10:56:39 +02:00

5 lines
118 B
TypeScript

export function pageLoaded(args) {
var page = args.object;
page.bindingContext = { html: "one<br>two" };
}