Skip to content

Commit

Permalink
Merge pull request #87 from heysailor/2.0
Browse files Browse the repository at this point in the history
Leave headers in response object
  • Loading branch information
TheSharpieOne committed Oct 21, 2015
2 parents c9cd8a3 + edbb050 commit dd04a11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
3 changes: 2 additions & 1 deletion dist/angular-sails.js
Original file line number Diff line number Diff line change
Expand Up @@ -632,7 +632,8 @@ function $sailsIo() {
config: req
};

delete serverResponse.headers;
// Nick
// delete serverResponse.headers;

serverResponse.statusText = statusText[serverResponse.status];

Expand Down
8 changes: 0 additions & 8 deletions dist/angular-sails.min.js

This file was deleted.

0 comments on commit dd04a11

Please sign in to comment.