Search code examples
c#angularjsrestweb-servicesng-app

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


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


Solution

  • 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.