mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Add binding expressions tests.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import pages = require("ui/page");
|
||||
|
||||
export function pageLoaded(args) {
|
||||
var page = <pages.Page>args.object;
|
||||
page.bindingContext = { var0: 0, var1: 1 };
|
||||
}
|
||||
Reference in New Issue
Block a user