(data)
| 1526 | xhr.upload.$$events = uploadEventHandlers; |
| 1527 | |
| 1528 | function prettyPrint(data) { |
| 1529 | return (angular.isString(data) || angular.isFunction(data) || data instanceof RegExp) |
| 1530 | ? data |
| 1531 | : angular.toJson(data); |
| 1532 | } |
| 1533 | |
| 1534 | function wrapResponse(wrapped) { |
| 1535 | if (!$browser && timeout) { |