Skip to content

Commit

Permalink
0.0.13 release
Browse files Browse the repository at this point in the history
  • Loading branch information
pablojim committed Oct 4, 2016
1 parent d3ec1e0 commit d3f3530
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 7 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,11 @@ var app = angular.module('myapp', ["highcharts-ng-lazyload"])
Versions
--------------


Version 0.0.13
--------------
- Minor bugfix

Version 0.0.12
--------------
- use addPoint where possible
Expand Down
4 changes: 2 additions & 2 deletions dist/highcharts-ng.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* highcharts-ng
* @version v0.0.12 - 2016-08-07
* @version v0.0.13 - 2016-10-04
* @link https://github.com/pablojim/highcharts-ng
* @author Barry Fitzgerald <>
* @license MIT License, http://www.opensource.org/licenses/MIT
Expand Down Expand Up @@ -459,7 +459,7 @@ if (typeof module !== 'undefined' && typeof exports !== 'undefined' && module.ex
}

function link(scope, element, attrs) {
function highchartsCb(Highcarts) {
function highchartsCb(Highcharts) {
linkWithHighcharts(Highcharts, scope, element, attrs);
}
highchartsNGUtils
Expand Down
4 changes: 2 additions & 2 deletions dist/highcharts-ng.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 dist/lazyload.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* highcharts-ng
* @version v0.0.12 - 2016-08-07
* @version v0.0.13 - 2016-10-04
* @link https://github.com/pablojim/highcharts-ng
* @author Barry Fitzgerald <>
* @license MIT License, http://www.opensource.org/licenses/MIT
Expand Down
2 changes: 1 addition & 1 deletion dist/lazyload.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": "highcharts-ng",
"version": "0.0.13-dev",
"version": "0.0.13",
"description": "highcharts-ng",
"keywords": [
"angular"
Expand Down

0 comments on commit d3f3530

Please sign in to comment.