UNPKG

knowhow-server

Version:

A personal workflow engine that can manage and use any network connected host

11 lines (10 loc) 1.02 kB
<a href="http://github.com/angular/angular.js/tree/v1.2.9/src/ng/rootElement.js#L3" class="view-source btn btn-action"><i class="icon-zoom-in"> </i> View source</a><a href="http://github.com/angular/angular.js/edit/master/src/ng/rootElement.js" class="improve-docs btn btn-primary"><i class="icon-edit"> </i> Improve this doc</a><h1><code ng:non-bindable="">$rootElement</code> <div><span class="hint">service in module <code ng:non-bindable="">ng</code> </span> </div> </h1> <div><div class="ng-rootelement-page"><p>The root element of Angular application. This is either the element where <a href="api/ng.directive:ngApp"><code>ngApp</code></a> was declared or the element passed into <a href="api/angular.bootstrap"><code>angular.bootstrap</code></a>. The element represent the root element of application. It is also the location where the applications <a href="api/AUTO.$injector"><code>$injector</code></a> service gets published, it can be retrieved using <code>$rootElement.injector()</code>.</p> </div></div>