Update ui-tests-app

This commit is contained in:
Vasil Chimev
2016-01-12 14:57:35 +02:00
parent 11022f602f
commit 8df0b1088e
3 changed files with 55 additions and 59 deletions

View File

@ -1,5 +1,4 @@
export function pageLoaded(args) {
var page = args.object;
page.bindingContext = { html: "one<br>two" };
}