Files
2016-01-12 14:57:35 +02:00

4 lines
117 B
TypeScript

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