score:0

depenedency injection have not done for your app.

 angular.module('app', ['chart.js']);

and also include chart.js file after app.js file in view.

also change .controller(controllerid, ['common', 'datacontext', dashboard]) to .controller(controllerid, ['common', 'datacontext', 'dashboard'])


Related Query

More Query from same tag