Skip to content

Commit

Permalink
Enabling angular-http-loader and angular-multimocks to work together
Browse files Browse the repository at this point in the history
 - added package files
  • Loading branch information
Chris Conolly committed Dec 11, 2015
1 parent aaa908b commit f937003
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 f937003

Please sign in to comment.