Skip to content

Commit 5f1308c

Browse files
marc-ed-raffallijtblin
authored andcommitted
Fix missing closing tag in line chart example (#514)
1 parent 185121a commit 5f1308c

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
.idea/
2+
*.iml
23
node_modules/
34
test/fixtures/shots/
45
coverage/

examples/charts.template.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,8 @@ <h1>Directives</h1>
185185
<tab heading="Markup">
186186
<pre><code data-language="html">&lt;canvas id=&quot;line&quot; class=&quot;chart chart-line&quot; chart-data=&quot;data&quot;
187187
chart-labels=&quot;labels&quot; chart-series=&quot;series&quot; chart-options=&quot;options&quot;
188-
chart-dataset-override=&quot;datasetOverride&quot; chart-click=&quot;onClick&quot;
189-
&lt;/canvas&gt; </code></pre>
188+
chart-dataset-override=&quot;datasetOverride&quot; chart-click=&quot;onClick&quot;&gt;
189+
&lt;/canvas&gt;</code></pre>
190190
</tab>
191191
<tab heading="Javascript">
192192
<pre><code data-language="javascript">angular.module("app", ["chart.js"]).controller("LineCtrl", function ($scope) {

0 commit comments

Comments
 (0)