We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19bc0a7 commit 2182f44Copy full SHA for 2182f44
1 file changed
examples/amd.js
@@ -4,12 +4,15 @@
4
require.config({
5
paths: {
6
angular: '../node_modules/angular/angular.min',
7
- chart: '../node_modules/chart.js/dist/Chart',
+ chart: '../node_modules/chart.js/dist/Chart.min',
8
'angular-chart': '../angular-chart'
9
},
10
shim: {
11
angular: {
12
exports: 'angular'
13
+ },
14
+ 'chart.js': {
15
+ deps: ['angular', 'chart']
16
}
17
18
});
0 commit comments