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']);
Source:stackexchange.com