Skip to content

Commit a04c612

Browse files
committed
Update example url
1 parent 62a8bb3 commit a04c612

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/app/home/home-view-model.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export class HelloWorldModel extends Observable {
99
super();
1010

1111
// Initialize default values.
12-
this._url = 'https://www.proyecto26.com';
12+
this._url = 'https://nativescript.org';
1313
}
1414

1515
get url(): string {

0 commit comments

Comments
 (0)