Skip to content

Commit

Permalink
reverted html dependency change
Browse files Browse the repository at this point in the history
  • Loading branch information
brycehewett committed May 21, 2018
1 parent 86d8c5e commit 48a3aa1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>ngRadialGauge Demo</title>
<script src="../node_modules/angular/angular.min.js"></script>
<script src="../node_modules/d3/dist/d3.min.js" charset="utf-8"></script>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.7.0/angular.min.js"></script>
<script src="http://d3js.org/d3.v5.min.js" charset="utf-8"></script>
<script src="../src/ng-radial-gauge-dir.js"></script>
<script>

Expand Down

0 comments on commit 48a3aa1

Please sign in to comment.