Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit b70ae0b

Browse files
committed
update to hover card content download page
1 parent 3dad088 commit b70ae0b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

public/download/_data.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,31 +5,31 @@
55

66
"downloads": {
77
"Angular_2_JS": {
8-
"name": "Angular 2 (JavaScript)",
8+
"name": "Angular 2 JavaScript",
99
"language": "JavaScript",
1010
"version": "2.0.0-alpha",
1111
"url": "https://www.npmjs.com/package/angular2",
1212
"description": "Angular 2 is currently in Developer Preview for JavaScript and Dart."
1313
},
1414

1515
"Angular_2_DART": {
16-
"name": "Angular 2 (Dart)",
16+
"name": "Angular 2 Dart",
1717
"language": "Dart",
1818
"version": "2.0.0-alpha",
1919
"url": "https://pub.dartlang.org/packages/angular2#installing",
2020
"description": "Angular 2 is currently in Developer Preview for JavaScript and Dart."
2121
},
2222

2323
"Angular_1_JS": {
24-
"name": "Angular 1 (JavaScript)",
24+
"name": "Angular 1 JavaScript",
2525
"language": "Javascript",
2626
"version": "1",
2727
"url": "https://code.angularjs.org/",
2828
"description": "The production ready version of Angular for JavaScript"
2929
},
3030

3131
"Angular_1_DART": {
32-
"name": "Angular 1 (Dart)",
32+
"name": "Angular 1 Dart",
3333
"language": "Dart",
3434
"version": "1",
3535
"url": "https://angulardart.org/",

public/download/index.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
.grid-fluid.l-space-bottom-8
22
for slug, framework in downloads
33
div.c9.l-space-bottom-2
4-
!= partial("../_includes/_hover-card", {name: slug.name , url: slug.url })
4+
!= partial("../_includes/_hover-card", {name: slug.name , url: slug.url, cta: 'Version ' + slug.version })

0 commit comments

Comments
 (0)