MigFerreira

Results 3 comments of MigFerreira

Having the same problem with the $httpInterceptor... would really love this to be solved as i cant seem to get around it. Maybe best option is changing to another translation...

@zirand, @frederikprijck and @rubenv I actually removed $http direct dependency from gettextCatalog by changing loadRemote to: ``` javascript loadRemote: function (url) { return $injector.get('$http')({ method: 'GET', url: url, cache: catalog.cache...

@frederikprijck @rubenv @zirand, Ok tested all my use cases and my solution works, don't know if its a 100% solution for all possible use cases. My problematic use cases: -...