resolve the following error Uncaught Error: [$injector:modulerr]

40 views Asked by At

I am very dificulty to resolve the following error in my applications client-side using AngularJS:

enter image description here

Any help or advice would be appreciated. Thanks

2

There are 2 answers

1
BShaps On BEST ANSWER

That error generally indicates that you either forgot to include the requested file. i.e. no <script> tag for the file or there is a syntax error in the file that it is trying to inject.

0
fmaina On

Looks like angular can not inject module due to an exception - https://docs.angularjs.org/error/$injector/modulerr

It's hard to tell what it could be from your image.