Skip to content

Commit fc4e9a2

Browse files
mehtadev17jtblin
authored andcommitted
Fixing node module path for Chart.min.js (jtblin#654)
1 parent af7a58e commit fc4e9a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/charts.template.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ <h3>Files to download</h3>
125125
&lt;5kb for all directives (~1kb with gzip compression!)</p>
126126
<h3>Installation</h3>
127127
<p>You need to include the dependencies in your page:</p>
128-
<pre><code>&lt;script src="node_modules/chart.js/Chart.min.js">&lt;/script&gt;
128+
<pre><code>&lt;script src="node_modules/chart.js/dist/Chart.min.js">&lt;/script&gt;
129129
&lt;script src="node_modules/angular-chart.js/dist/angular-chart.min.js">&lt;/script&gt;</code></pre>
130130
<p>As soon as you've got all the files downloaded and included in your page you just need to declare
131131
a dependency on the <code>chart.js</code> <a href="http://docs.angularjs.org/guide/module">module</a>:<br>

0 commit comments

Comments
 (0)