(data)
| 1377 | xhr.upload.$$events = uploadEventHandlers; |
| 1378 | |
| 1379 | function prettyPrint(data) { |
| 1380 | return (angular.isString(data) || angular.isFunction(data) || data instanceof RegExp) |
| 1381 | ? data |
| 1382 | : angular.toJson(data); |
| 1383 | } |
| 1384 | |
| 1385 | function wrapResponse(wrapped) { |
| 1386 | if (!$browser && timeout) { |