I hereby claim:
- I am lucasfeliciano on github.
- I am lucasfeliciano (https://keybase.io/lucasfeliciano) on keybase.
- I have a public key ASBOav16PbncNzkAWuW_pKbEqTXZ51DMY7EnzwVe_xbulAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| 'use strict'; | |
| angular.module('moduleName') | |
| .config(function($provide) { | |
| $provide.decorator('$httpBackend', angular.mock.e2e.$httpBackendDecorator); | |
| }) | |
| .config(function ($httpProvider) { | |
| $httpProvider.interceptors.push(function($q, $timeout, $log) { | |
| return { | |
| 'request': function(config) { |