Files
NativeScript/apps/ui-tests-app/nordic/nordic.ts
2015-09-28 10:44:40 +03:00

4 lines
114 B
TypeScript

export function pageLoaded(args) {
var page = args.object;
page.getViewById("label").text = "æøå";
}