Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/charts.template.html
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ <h3>Files to download</h3>
&lt;5kb for all directives (~1kb with gzip compression!)</p>
<h3>Installation</h3>
<p>You need to include the dependencies in your page:</p>
<pre><code>&lt;script src="node_modules/chart.js/Chart.min.js">&lt;/script&gt;
<pre><code>&lt;script src="node_modules/chart.js/dist/Chart.min.js">&lt;/script&gt;
&lt;script src="node_modules/angular-chart.js/dist/angular-chart.min.js">&lt;/script&gt;</code></pre>
<p>As soon as you've got all the files downloaded and included in your page you just need to declare
a dependency on the <code>chart.js</code> <a href="http://docs.angularjs.org/guide/module">module</a>:<br>
Expand Down