It’s Seems src/chart.js
file is not working with angular js 1.5.
I have install this package using bower.
bower automatically load src/chart.js
file.
But when i changed file /dist/Chart.bundle.js
it’s working propely.
So i need to add automatically dist/charts.bundle.js
instead of src/chart.js
when install bower.
Thanks
Jayeshr
@jayeshrwo, this has been fixed in 2.3.0,
bower.json
should loaddist/Chart.js
.Maybe you could try
bower cache clean
, thenbower install chart.js
(see #3371).