I am very dificulty to resolve the following error in my applications client-side using AngularJS:
Any help or advice would be appreciated. Thanks
I am very dificulty to resolve the following error in my applications client-side using AngularJS:
Any help or advice would be appreciated. Thanks
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.
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.