Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
wants to merge 2 commits into from

Conversation

shailendra9
Copy link

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
Copy link
Member

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']);

@maxklenk maxklenk closed this Sep 4, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants