Skip to content

Instantly share code, notes, and snippets.

View lucasfeliciano's full-sized avatar

Lucas Feliciano lucasfeliciano

View GitHub Profile

Keybase proof

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:

'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) {