EVOLUTION-MANAGER
Edit File: $rootElement.html
<a href='https://github.com/angular/angular.js/edit/v1.3.x/src/ng/rootElement.js?message=docs($rootElement)%3A%20describe%20your%20change...#L3' 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/ng/rootElement.js#L3' 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">$rootElement</h1> <ol class="api-profile-header-structure naked-list step-list"> <li> - service in module <a href="api/ng">ng</a> </li> </ol> </header> <div class="api-profile-description"> <p>The root element of Angular application. This is either the element where <a href="api/ng/directive/ngApp">ngApp</a> was declared or the element passed into <a href="api/ng/function/angular.bootstrap"><code>angular.bootstrap</code></a>. The element represents the root element of application. It is also the location where the application's <a href="api/auto/service/$injector">$injector</a> service gets published, and can be retrieved using <code>$rootElement.injector()</code>.</p> </div> <div> </div>