Skip to content

Commit

Permalink
-Fixed issue #5
Browse files Browse the repository at this point in the history
-FIxed issue #3 npm start
-Update package #9
  • Loading branch information
chelarucip committed Apr 5, 2017
1 parent 60cf244 commit 22b2e08
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 13 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ V1.1.0 - small fix
V1.1.1 - 21 March (V1.1.0 from Material Dashboard HTML)
- added "@types/core-js": "0.9.35" in package

V1.2.0 - 04 Apr (V1.1.0 from Material Dashboard HTML)
V1.2.0 - 05 Apr (V1.1.0 from Material Dashboard HTML)
- added Upgrade to PRO page
- update package
- made sidebar dynamic
Expand Down
2 changes: 1 addition & 1 deletion app/dashboard/upgrade/upgrade.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ <h4 class="title">Material Dashboard PRO</h4>
<a href="#" class="btn btn-round btn-fill btn-default disabled">Current Version</a>
</td>
<td class="text-center">
<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>
<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>
</td>
</tr>
</tbody>
Expand Down
2 changes: 1 addition & 1 deletion app/sidebar/sidebar.component.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class="logo">
<a href="http://www.creative-tim.com" class="simple-text">
<a href="https://www.creative-tim.com" class="simple-text">
<div class="logo-img">
<img src="/assets/img/angular2-logo-red.png"/>
</div>
Expand Down
7 changes: 0 additions & 7 deletions assets/css/material-dashboard.css.map

This file was deleted.

2 changes: 1 addition & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ V1.0.0 - 30 Jan 2017 [initial Release]
V1.1.0 - small fix
V1.1.1 - 21 March (V1.1.0 from Material Dashboard HTML)
- added "@types/core-js": "0.9.35" in package
V1.2.0 - 04 Apr (V1.1.0 from Material Dashboard HTML)
V1.2.0 - 05 Apr (V1.1.0 from Material Dashboard HTML)
- added Upgrade to PRO page
- update package
- made sidebar dynamic
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<link href="assets/css/bootstrap.min.css" rel="stylesheet" />

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

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

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

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

0 comments on commit 22b2e08

Please sign in to comment.