Skip to content

Commit 56bcafb

Browse files
committed
1.0.2
1 parent 1cdc80b commit 56bcafb

File tree

8 files changed

+10
-10
lines changed

8 files changed

+10
-10
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-chart.js",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"main": [
55
"./dist/angular-chart.js"
66
],

dist/angular-chart.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
22
* angular-chart.js - An angular.js wrapper for Chart.js
33
* http://jtblin.github.io/angular-chart.js/
4-
* Version: 1.0.1
4+
* Version: 1.0.2
55
*
66
* Copyright 2016 Jerome Touffe-Blin
77
* Released under the BSD-2-Clause license
@@ -20,7 +20,7 @@
2020
} else {
2121
// Browser globals
2222
if (typeof angular === 'undefined' || typeof Chart === 'undefined')
23-
throw new Error('Chart.js library needs to included, see http://jtblin.github.io/angular-chart.js/');
23+
throw new Error('Chart.js library needs to be included, see http://jtblin.github.io/angular-chart.js/');
2424
factory(angular, Chart);
2525
}
2626
}(function (angular, Chart) {

dist/angular-chart.js.tar.gz

1 Byte
Binary file not shown.

dist/angular-chart.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/angular-chart.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/charts.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ <h1>
9595
<p>
9696
<a class="btn btn-default btn-lg" href="https://github.com/jtblin/angular-chart"><i class="icon-github"></i>Code on Github</a>
9797
<a class="btn btn-success btn-lg" href="../dist/angular-chart.js.tar.gz" download="angular-chart.js.tar.gz">
98-
<i class="fa fa-download"></i> Download <small>(1.0.1)</small>
98+
<i class="fa fa-download"></i> Download <small>(1.0.2)</small>
9999
</a>
100100
</p>
101101
</div>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-chart.js",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "An angular.js wrapper for Chart.js",
55
"homepage": "http://jtblin.github.io/angular-chart.js/",
66
"main": "dist/angular-chart.js",

test/fixtures/coverage.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)