GraFiddle / angular-chart

AngularJS directive for adjustable dynamically updating c3 charts
http://grafiddle.github.io/angular-chart/
MIT License
127 stars 40 forks source link

angular-chart is not not defined error again and again. #103

Closed shailendra9 closed 9 years ago

shailendra9 commented 9 years ago

i included angaler -chart.js file in my index.html file. i also made the dependency of it like this angular.module(myapp,['angularchart'] );still i am getting error "angular-chart module not defined" error

maxklenk commented 9 years ago

Hi @shailendra9, please make sure to use the names exactly as given in the documentation. The name of the module has to have a uppercase C in the middle:

angular.module(myapp, ['angularChart']);