Update ui-tests-app.

This commit is contained in:
Vasil Chimev
2015-11-02 10:56:39 +02:00
parent a3601b06cd
commit 4151f56242
19 changed files with 89 additions and 53 deletions

View File

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