[Chartjs]-Error: $injector:modulerr Module Error – chart.js

2πŸ‘

βœ…

Name of the chart module is angularCharts. so inject it instead of the chart.js

var app = angular.module('myApp', ['ngRoute', 'angularMoment', 'ui.router', 'angularCharts']);

Leave a comment