We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62a8bb3 commit a04c612Copy full SHA for a04c612
demo/app/home/home-view-model.ts
@@ -9,7 +9,7 @@ export class HelloWorldModel extends Observable {
9
super();
10
11
// Initialize default values.
12
- this._url = 'https://www.proyecto26.com';
+ this._url = 'https://nativescript.org';
13
}
14
15
get url(): string {
0 commit comments