(data)
| 1347 | xhr.upload.$$events = uploadEventHandlers; |
| 1348 | |
| 1349 | function prettyPrint(data) { |
| 1350 | return (angular.isString(data) || angular.isFunction(data) || data instanceof RegExp) |
| 1351 | ? data |
| 1352 | : angular.toJson(data); |
| 1353 | } |
| 1354 | |
| 1355 | function wrapResponse(wrapped) { |
| 1356 | if (!$browser && timeout) { |