Skip to content

Commit

Permalink
chore(update): update build tool versions
Browse files Browse the repository at this point in the history
  • Loading branch information
maxklenk committed Mar 15, 2016
1 parent 06ac682 commit 9827e22
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 18 deletions.
6 changes: 3 additions & 3 deletions angular-chart.js
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@
'use strict';

/* istanbul ignore next */
AngularChartState.$inject = ['AngularChartWatcher'];
var angular = window.angular ? window.angular : 'undefined' !== typeof require ? require('angular') : undefined;

function AngularChartState(AngularChartWatcher) {
Expand Down Expand Up @@ -453,7 +454,6 @@
}

}
AngularChartState.$inject = ['AngularChartWatcher'];

angular
.module('angularChart')
Expand All @@ -467,6 +467,7 @@
'use strict';

/* istanbul ignore next */
AngularChartService.$inject = ['$timeout', 'AngularChartWatcher', 'AngularChartConverter', 'AngularChartState'];
var angular = window.angular ? window.angular : 'undefined' !== typeof require ? require('angular') : undefined;
/* istanbul ignore next */
var c3 = window.c3 ? window.c3 : 'undefined' !== typeof require ? require('c3') : undefined;
Expand Down Expand Up @@ -635,7 +636,6 @@
}
};
}
AngularChartService.$inject = ['$timeout', 'AngularChartWatcher', 'AngularChartConverter', 'AngularChartState'];

angular
.module('angularChart')
Expand Down Expand Up @@ -836,6 +836,7 @@
'use strict';

/* istanbul ignore next */
AngularChartController.$inject = ['$scope', '$element', '$q', 'baseConfiguration', 'AngularChartService'];
var angular = window.angular ? window.angular : 'undefined' !== typeof require ? require('angular') : undefined;

function AngularChartController($scope, $element, $q, baseConfiguration, AngularChartService) {
Expand Down Expand Up @@ -890,7 +891,6 @@
}

}
AngularChartController.$inject = ['$scope', '$element', '$q', 'baseConfiguration', 'AngularChartService'];

angular
.module('angularChart')
Expand Down
Loading

0 comments on commit 9827e22

Please sign in to comment.