ng-print
ng-print copied to clipboard
Minification breaks injection
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.