diff --git a/examples/charts.template.html b/examples/charts.template.html index db723dd1..6780316b 100644 --- a/examples/charts.template.html +++ b/examples/charts.template.html @@ -125,7 +125,7 @@
You need to include the dependencies in your page:
-<script src="node_modules/chart.js/Chart.min.js"></script>
+ <script src="node_modules/chart.js/dist/Chart.min.js"></script>
<script src="node_modules/angular-chart.js/dist/angular-chart.min.js"></script>
As soon as you've got all the files downloaded and included in your page you just need to declare
a dependency on the chart.js module: