Files
2015-08-13 17:46:06 +03:00

5 lines
118 B
TypeScript

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