We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fedfcdb commit bb9452eCopy full SHA for bb9452e
1 file changed
angular-chart.js
@@ -11,7 +11,7 @@
11
} else {
12
// Browser globals
13
if (typeof angular === 'undefined' || typeof Chart === 'undefined')
14
- throw new Error('Chart.js library needs to included, see http://jtblin.github.io/angular-chart.js/');
+ throw new Error('Chart.js library needs to be included, see http://jtblin.github.io/angular-chart.js/');
15
factory(angular, Chart);
16
}
17
}(function (angular, Chart) {
0 commit comments