Skip to content

Commit 22b2e08

Browse files
committed
-Fixed issue #5
-FIxed issue #3 npm start -Update package #9
1 parent 60cf244 commit 22b2e08

File tree

6 files changed

+6
-13
lines changed

6 files changed

+6
-13
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ V1.1.0 - small fix
152152
V1.1.1 - 21 March (V1.1.0 from Material Dashboard HTML)
153153
- added "@types/core-js": "0.9.35" in package
154154

155-
V1.2.0 - 04 Apr (V1.1.0 from Material Dashboard HTML)
155+
V1.2.0 - 05 Apr (V1.1.0 from Material Dashboard HTML)
156156
- added Upgrade to PRO page
157157
- update package
158158
- made sidebar dynamic

app/dashboard/upgrade/upgrade.component.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ <h4 class="title">Material Dashboard PRO</h4>
6464
<a href="#" class="btn btn-round btn-fill btn-default disabled">Current Version</a>
6565
</td>
6666
<td class="text-center">
67-
<a target="_blank" href="https://www.creative-tim.com/product/material-dashboard-pro-angular2/?ref=md-free-angular-upgrade-live" class="btn btn-round btn-fill btn-info">Upgrade to PRO</a>
67+
<a target="_blank" href="https://www.creative-tim.com/product/material-dashboard-pro-angular2/?ref=md-free-angular-upgrade-local" class="btn btn-round btn-fill btn-info">Upgrade to PRO</a>
6868
</td>
6969
</tr>
7070
</tbody>

app/sidebar/sidebar.component.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div class="logo">
2-
<a href="http://www.creative-tim.com" class="simple-text">
2+
<a href="https://www.creative-tim.com" class="simple-text">
33
<div class="logo-img">
44
<img src="/assets/img/angular2-logo-red.png"/>
55
</div>

assets/css/material-dashboard.css.map

-7
This file was deleted.

changelog.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ V1.0.0 - 30 Jan 2017 [initial Release]
22
V1.1.0 - small fix
33
V1.1.1 - 21 March (V1.1.0 from Material Dashboard HTML)
44
- added "@types/core-js": "0.9.35" in package
5-
V1.2.0 - 04 Apr (V1.1.0 from Material Dashboard HTML)
5+
V1.2.0 - 05 Apr (V1.1.0 from Material Dashboard HTML)
66
- added Upgrade to PRO page
77
- update package
88
- made sidebar dynamic

index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<link href="assets/css/bootstrap.min.css" rel="stylesheet" />
1616

1717
<!-- Material Dashboard CSS -->
18-
<link href="assets/css/material-dashboard.css" rel="stylesheet"/>
18+
<link href="assets/css/material-dashboard.css?v=1.2.0" rel="stylesheet"/>
1919

2020
<!-- CSS for Demo Purpose, don't include it in your project -->
2121
<link href="assets/css/demo.css" rel="stylesheet" />
@@ -64,7 +64,7 @@
6464
<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?key=YOUR_KEY"></script>
6565

6666
<!-- Material Dashboard javascript methods -->
67-
<script src="assets/js/material-dashboard.js"></script>
67+
<script src="assets/js/material-dashboard.js?v=1.2.0"></script>
6868

6969
<!-- Material Dashboard DEMO methods, don't include it in your project! -->
7070
<script src="assets/js/demo.js"></script>

0 commit comments

Comments
 (0)