Closed binarykitchen closed 10 years ago
Hi,
Using the non minified version would solve this. @bclinkinbeard do you see any disadvantage in changing index-browserify so it uses ./lib/angular instead of ./lib/angular.min?
Also, in the server side version (index.js), what is the advantage of having minified code? It makes debugging more dificult...
I went ahead and made this change with the 1.2.19 release, published just now. You will now get the uncompressed version by default, and can use require('angular/min')
to get the minified version.
I am seeing this in the Firefox console after bundling with browserify with the debug parameter.