Skip to content

Commit c246cd8

Browse files
author
Valentin Stoychev
committed
initial add
1 parent b850e48 commit c246cd8

File tree

1,775 files changed

+513541
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,775 files changed

+513541
-0
lines changed

.baseDir.js

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
var __decorate = this.__decorate || function (decorators, target, key, value) {
2+
var kind = typeof (arguments.length == 2 ? value = target : value);
3+
for (var i = decorators.length - 1; i >= 0; --i) {
4+
var decorator = decorators[i];
5+
switch (kind) {
6+
case "function": value = decorator(value) || value; break;
7+
case "number": decorator(target, key, value); break;
8+
case "undefined": decorator(target, key); break;
9+
case "object": value = decorator(target, key, value) || value; break;
10+
}
11+
}
12+
return value;
13+
};
10.7 KB
Loading
6.03 KB
Loading
7.42 KB
Loading
Loading

App_Resources/iOS/Default-568h@2x.png

62.2 KB
Loading
60.9 KB
Loading
187 KB
Loading
59.5 KB
Loading
182 KB
Loading

App_Resources/iOS/Default.png

20.3 KB
Loading

App_Resources/iOS/Default@2x.png

61.4 KB
Loading

App_Resources/iOS/Icon-Small-50.png

30.7 KB
Loading
36.3 KB
Loading

App_Resources/iOS/Icon-Small.png

28.9 KB
Loading

App_Resources/iOS/Icon-Small@2x.png

31.4 KB
Loading

App_Resources/iOS/icon-40.png

29.8 KB
Loading

App_Resources/iOS/icon-40@2x.png

33.8 KB
Loading

App_Resources/iOS/icon-60.png

31.8 KB
Loading

App_Resources/iOS/icon-60@2x.png

38.6 KB
Loading

App_Resources/iOS/icon-72.png

32.9 KB
Loading

App_Resources/iOS/icon-72@2x.png

41.2 KB
Loading

App_Resources/iOS/icon-76.png

33.4 KB
Loading

App_Resources/iOS/icon-76@2x.png

43.3 KB
Loading

App_Resources/iOS/icon.png

31.5 KB
Loading

App_Resources/iOS/icon@2x.png

37.7 KB
Loading

LICENSE

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
Copyright (c) 2015, Telerik AD
2+
All rights reserved.
3+
4+
Redistribution and use in source and binary forms, with or without
5+
modification, are permitted provided that the following conditions are met:
6+
7+
1. Redistributions of source code must retain the above copyright notice, this
8+
list of conditions and the following disclaimer.
9+
10+
2. Redistributions in binary form must reproduce the above copyright notice,
11+
this list of conditions and the following disclaimer in the documentation
12+
and/or other materials provided with the distribution.
13+
14+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
15+
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
16+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
17+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
18+
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
20+
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
21+
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
22+
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
23+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

app.css

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
.title {
2+
font-size: 30;
3+
horizontal-align: center;
4+
margin:20;
5+
}
6+
7+
button {
8+
font-size: 42;
9+
horizontal-align: center;
10+
}
11+
12+
.message {
13+
font-size: 20;
14+
color: #284848;
15+
horizontal-align: center;
16+
}

app.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
require("es6-collections");
2+
require("zone/long-stack-trace-zone");
3+
var application = require("application");
4+
application.mainModule = "main-page";
5+
application.cssFile = "app.css";
6+
application.start();

0 commit comments

Comments
 (0)