Skip to content

Commit

Permalink
Merge pull request #27 from chrisiconolly/master
Browse files Browse the repository at this point in the history
Enabling angular-http-loader and angular-multimocks to work together
  • Loading branch information
nabil-boag committed Dec 11, 2015
2 parents 12eaf77 + f937003 commit bc48030
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/package/js/angular-http-loader.js
Original file line number Diff line number Diff line change
Expand Up @@ -245,5 +245,5 @@ angular
})

.config(['$httpProvider', function ($httpProvider) {
$httpProvider.interceptors.push('httpMethodInterceptor');
$httpProvider.interceptors.unshift('httpMethodInterceptor');
}]);
2 changes: 1 addition & 1 deletion app/package/js/angular-http-loader.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bc48030

Please sign in to comment.