Skip to content
This repository was archived by the owner on Nov 26, 2022. It is now read-only.

Commit 0e16c73

Browse files
committed
version 1.0.13
1 parent 8081ebf commit 0e16c73

File tree

4 files changed

+7
-8
lines changed

4 files changed

+7
-8
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": "tc-angular-chartjs",
3-
"version": "1.0.12",
3+
"version": "1.0.13",
44
"description": "Add Chart.js charts to your angular application",
55
"homepage": "http://carlcraig.github.io/tc-angular-chartjs/",
66
"author": "Carl Craig <[email protected]>",

dist/tc-angular-chartjs.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
2-
* tc-angular-chartjs - v1.0.12 - 2015-12-30
3-
* Copyright (c) 2015 Carl Craig <[email protected]>
2+
* tc-angular-chartjs - v1.0.13 - 2016-01-04
3+
* Copyright (c) 2016 Carl Craig <[email protected]>
44
* Dual licensed with the Apache-2.0 or MIT license.
55
*/
66
(function() {
@@ -71,7 +71,6 @@
7171
}
7272
});
7373
if ($scope.click) {
74-
0;
7574
$elem[0].onclick = function(evt) {
7675
var segment;
7776
if (chartObj.getSegmentsAtEvent !== undefined) {

dist/tc-angular-chartjs.min.js

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tc-angular-chartjs",
3-
"version": "1.0.12",
3+
"version": "1.0.13",
44
"description": "Add Chart.js charts to your angular application",
55
"homepage": "http://carlcraig.github.io/tc-angular-chartjs/",
66
"author": "Carl Craig <[email protected]>",

0 commit comments

Comments
 (0)