I'm trying to minify and bundle my AngularJS/WebAPI Project in Visual Studio 2013. When I run my project after minifying I get an error like this:
Error: [$injector:modulerr] http://errors.angularjs.org/1.2.13/$injector/modulerr?p0=app&
p1=%5B%24injector%3Aunpr%5D%20http%3A%2F%2Ferrors.angularjs.org%2F1.2.13%2F%24injector%2Funpr%3Fp0%3Dn%0Av%2F%3C%40http%3A%2F%2Flocalhost%3A63389%2Fbundles%2Fangular%3Fv%3D_ykkA4necF0i5wrX1pYwFxAqwK5bvRGCF4SEL-Meqac1%3A1%0Ane%2Fu.%24injector%3C%40http%3A%2F
From the reading I've done it sounds like Angular has trouble with injection after minifying code. I'm trying to figure out if there is a 'best practice/workflow' for debugging this inside Visual Studio. How do I make sense of the error above?