We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af7a58e commit fc4e9a2Copy full SHA for fc4e9a2
examples/charts.template.html
@@ -125,7 +125,7 @@ <h3>Files to download</h3>
125
<5kb for all directives (~1kb with gzip compression!)</p>
126
<h3>Installation</h3>
127
<p>You need to include the dependencies in your page:</p>
128
- <pre><code><script src="node_modules/chart.js/Chart.min.js"></script>
+ <pre><code><script src="node_modules/chart.js/dist/Chart.min.js"></script>
129
<script src="node_modules/angular-chart.js/dist/angular-chart.min.js"></script></code></pre>
130
<p>As soon as you've got all the files downloaded and included in your page you just need to declare
131
a dependency on the <code>chart.js</code> <a href="http://docs.angularjs.org/guide/module">module</a>:<br>
0 commit comments