ng-print icon indicating copy to clipboard operation
ng-print copied to clipboard

Minification breaks injection

Open jcassee opened this issue 10 years ago • 0 comments

The minified JavaScript file has controller $scope variable renamed to t. This breaks Angular injection.

Apart from this issue, most projects minify their dependencies themselves, so using the original source (or the "debug" variant) in the Bower main property is probably better.

jcassee avatar Sep 19 '14 08:09 jcassee