Open gpstmp opened 10 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) {...}]);
+1 for this fix, not usable in production mode because of that.
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: