(data)
| 1116 | wasExpected = false; |
| 1117 | |
| 1118 | function prettyPrint(data) { |
| 1119 | return (angular.isString(data) || angular.isFunction(data) || data instanceof RegExp) |
| 1120 | ? data |
| 1121 | : angular.toJson(data); |
| 1122 | } |
| 1123 | |
| 1124 | function wrapResponse(wrapped) { |
| 1125 | if (!$browser && timeout && timeout.then) timeout.then(handleTimeout); |