MCPcopy Create free account
hub / github.com/angular-ui/ui-grid / prettyPrint

Function prettyPrint

lib/test/angular/1.5.0/angular-mocks.js:1336–1340  ·  view source on GitHub ↗
(data)

Source from the content-addressed store, hash-verified

1334 wasExpected = false;
1335
1336 function prettyPrint(data) {
1337 return (angular.isString(data) || angular.isFunction(data) || data instanceof RegExp)
1338 ? data
1339 : angular.toJson(data);
1340 }
1341
1342 function wrapResponse(wrapped) {
1343 if (!$browser && timeout) {

Callers 1

$httpBackendFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected