From 12bf52b8f36fba0d6b74a026e488d475707513d1 Mon Sep 17 00:00:00 2001 From: Dev Mehta Date: Tue, 22 Aug 2017 16:38:24 -0400 Subject: [PATCH] Fixing node module path for Chart.min.js --- examples/charts.template.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@

Files to download

<5kb for all directives (~1kb with gzip compression!)

Installation

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: