Files
Vladimir Enchev 31ad659929 tslint error fixed
2015-08-13 16:28:31 +03:00

5 lines
118 B
TypeScript

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