I have an Angular App with a significant number of dependencies injected. In development I concatenate the sources (Grunt concat) and the application runs fine.
When I deploy the app I get an error:
http://errors.angularjs.org/1.3.0/$injector/unpr?p0=aProvider%20%3C-%20a
The only significant difference in the build process is that I grunt-ng-annotate and grunt-uglify the sources when I deploy.
I have made a number of module changes since last deploying the app and am finding it difficult to isolate the offending module.
Any suggestions please?