ghengeveld / angular-adaptive-templating

Adaptive templates for AngularJS
66 stars 10 forks source link

Minification is broken #2

Open gpstmp opened 9 years ago

gpstmp commented 9 years ago

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) {...}]);
pgayvallet commented 9 years ago

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