You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
sullivanpt
added a commit
to sullivanpt/ng-print
that referenced
this issue
Oct 23, 2014
The minified JavaScript file has controller
$scope
variable renamed tot
. 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.
The text was updated successfully, but these errors were encountered: