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

Commit

Permalink
version 1.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
carlcraig committed Jan 4, 2016
1 parent 8081ebf commit 0e16c73
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tc-angular-chartjs",
"version": "1.0.12",
"version": "1.0.13",
"description": "Add Chart.js charts to your angular application",
"homepage": "http://carlcraig.github.io/tc-angular-chartjs/",
"author": "Carl Craig <[email protected]>",
Expand Down
5 changes: 2 additions & 3 deletions dist/tc-angular-chartjs.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* tc-angular-chartjs - v1.0.12 - 2015-12-30
* Copyright (c) 2015 Carl Craig <[email protected]>
* tc-angular-chartjs - v1.0.13 - 2016-01-04
* Copyright (c) 2016 Carl Craig <[email protected]>
* Dual licensed with the Apache-2.0 or MIT license.
*/
(function() {
Expand Down Expand Up @@ -71,7 +71,6 @@
}
});
if ($scope.click) {
0;
$elem[0].onclick = function(evt) {
var segment;
if (chartObj.getSegmentsAtEvent !== undefined) {
Expand Down
6 changes: 3 additions & 3 deletions dist/tc-angular-chartjs.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tc-angular-chartjs",
"version": "1.0.12",
"version": "1.0.13",
"description": "Add Chart.js charts to your angular application",
"homepage": "http://carlcraig.github.io/tc-angular-chartjs/",
"author": "Carl Craig <[email protected]>",
Expand Down

0 comments on commit 0e16c73

Please sign in to comment.