angular-adaptive-templating icon indicating copy to clipboard operation
angular-adaptive-templating copied to clipboard

Minification is broken

Open gpstmp opened this issue 11 years ago • 1 comments

I have a problem with the min version. Please take a look at this line https://github.com/ghengeveld/angular-adaptive-templating/blob/master/src/angular-adaptive-templating.js#L129. You can add this to fix the problem:

$provide.decorator('$http', ['$delegate', function($delegate) {...}]);

gpstmp avatar Sep 03 '14 05:09 gpstmp

+1 for this fix, not usable in production mode because of that.

pgayvallet avatar Jan 20 '15 10:01 pgayvallet