File tree Expand file tree Collapse file tree 6 files changed +19
-24
lines changed Expand file tree Collapse file tree 6 files changed +19
-24
lines changed Original file line number Diff line number Diff line change @@ -9,4 +9,4 @@ md-toolbar(class="main-nav background-regal l-pinned-top l-layer-5")
9
9
li.l-left <a class =" main-nav-button" href =" /docs/js/latest/" md-button >Docs</a >
10
10
li.l-left <a class =" main-nav-button" href =" /about/" md-button >About</a >
11
11
li.l-left <a class =" main-nav-button" href =" /contribute.html" md-button >Contribute</a >
12
- li.l-right <a class =" main-nav-button has-icon" href =" /download/" md-button > <span class =" icon icon-cloud-download" ></span > Download </a >
12
+ li.l-right <a class =" main-nav-button has-icon" href =" /download/" md-button > <span class =" icon icon-cloud-download" ></span > Install </a >
Original file line number Diff line number Diff line change 55
55
56
56
p Inside of <code >app.ts</code >, import the type definitions from Angular:
57
57
code-example.
58
- < reference path="typings/angular2/angular2.d.ts" >
58
+ /// < reference path="typings/angular2/angular2.d.ts" / >
59
59
60
60
p Now your editor should be able to complete the available imports:
61
61
code-example.
Original file line number Diff line number Diff line change 14
14
}
15
15
},
16
16
17
-
18
-
19
- "Angular_1.X" : {
17
+ "Angular_1" : {
20
18
"description" : " The production ready version of Angular for JavaScript" ,
21
19
22
- "1.X " : {
20
+ "1" : {
23
21
"file" : " https://code.angularjs.org/"
24
22
}
25
23
},
26
24
27
- "AngularDart_1.X " : {
25
+ "AngularDart_1" : {
28
26
"description" : " The production ready version of Angular for Dart" ,
29
27
30
- "1.X " : {
28
+ "1" : {
31
29
"file" : " https://angulardart.org/"
32
30
}
33
31
},
34
32
35
- "AngularFire_1.X " : {
33
+ "AngularFire_1" : {
36
34
"description" : " AngularFire is the officially supported Angular binding for Firebase." ,
37
- "1.X " : {
35
+ "1" : {
38
36
"file" : " https://www.firebase.com/docs/web/libraries/angular/index.html"
39
37
}
40
38
},
41
39
42
- "AngularMaterial_1.X " : {
40
+ "AngularMaterial_1" : {
43
41
"description" : " The Angular Material project is an implementation of Material Design in Angular 1 for JS." ,
44
- "1.X " : {
42
+ "1" : {
45
43
"file" : " https://material.angularjs.org/#/getting-started"
46
44
}
47
45
}
Original file line number Diff line number Diff line change 1
1
.grid-fluid.l-space-bottom-8
2
2
for versions, framework in downloads
3
- div.c9.card
8000
code>
3
+ div.c9.l-space-bottom-4
4
4
frameworkName = framework .replace (/ \_ / gm , ' ' )
5
5
header
6
6
h2.text-headline #{frameworkName}
11
11
p #{version}
12
12
13
13
else
14
- .card-content
15
- h3.text-body Version #{name}
16
-
17
- ul
14
+ ul.l-pad-left-0
18
15
if version .file
19
- li <a href =" #{version.file}" > Download for #{name} </a >
16
+ li
17
+ != partial (" ../_includes/_hover-card" , {name: " Version " + name, url: version .file })
20
18
21
19
if version .npm
22
- li <a href =" #{version.npm}" > NPM installation for #{name} </a >
20
+ li
21
+ != partial (" ../_includes/_hover-card" , {name: " Version " + name, url: version .npm })
23
22
24
23
if version .pub
25
- li < a href = " #{version.pub} " > Pub installation for #{name} </ a >
26
-
24
+ li
25
+ != partial ( " ../_includes/_hover-card " , {name : " Version " + name, url : version . pub })
Original file line number Diff line number Diff line change 142
142
*
143
143
*/
144
144
145
- @for $i from 1 through 10 {
145
+ @for $i from 0 through 10 {
146
146
.l-space-#{$i } {
147
147
margin : $i * 8px ;
148
148
}
Original file line number Diff line number Diff line change 26
26
border-bottom : none ;
27
27
}
28
28
29
-
30
-
31
29
h3 {
32
30
margin : 0px ;
33
31
}
You can’t perform that action at this time.
0 commit comments