EVOLUTION-MANAGER
Edit File: angular.mock.dump.html
<a href='https://github.com/angular/angular.js/edit/v1.3.x/src/ngMock/angular-mocks.js?message=docs(angular.mock.dump)%3A%20describe%20your%20change...#L828' class='improve-docs btn btn-primary'><i class="glyphicon glyphicon-edit"> </i>Improve this Doc</a> <a href='https://github.com/angular/angular.js/tree/v1.3.9/src/ngMock/angular-mocks.js#L828' class='view-source pull-right btn btn-primary'> <i class="glyphicon glyphicon-zoom-in"> </i>View Source </a> <header class="api-profile-header"> <h1 class="api-profile-header-heading">angular.mock.dump</h1> <ol class="api-profile-header-structure naked-list step-list"> <li> - function in module <a href="api/ngMock">ngMock</a> </li> </ol> </header> <div class="api-profile-description"> <p><em>NOTE</em>: this is not an injectable instance, just a globally available function.</p> <p>Method for serializing common angular objects (scope, elements, etc..) into strings, useful for debugging.</p> <p>This method is also available on window, where it can be used to display objects on debug console.</p> </div> <div> <h2 id="usage">Usage</h2> <p><code>angular.mock.dump(object);</code></p> <section class="api-section"> <h3>Arguments</h3> <table class="variables-matrix input-arguments"> <thead> <tr> <th>Param</th> <th>Type</th> <th>Details</th> </tr> </thead> <tbody> <tr> <td> object </td> <td> <a href="" class="label type-hint type-hint-object">*</a> </td> <td> <p>any object to turn into string.</p> </td> </tr> </tbody> </table> </section> <h3>Returns</h3> <table class="variables-matrix return-arguments"> <tr> <td><a href="" class="label type-hint type-hint-string">string</a></td> <td><p>a serialized string of the argument</p> </td> </tr> </table> </div>