ng| Name | Description |
|---|---|
| angular.Module | Interface for configuring AngularJS modules. |
| $cacheFactory.Cache | A cache object used to store and retrieve data, primarily used by $templateRequest and the script directive to cache templates and other data. |
| $compile.directive.Attributes | A shared object between directive compile / linking functions which contains normalized DOM
element attributes. The values reflect current binding state |
| form.FormController |
|
| ngModel.NgModelController |
|
| ModelOptions | A container for the options set by the |
| select.SelectController | The controller for the select directive. The controller exposes a few utility methods that can be used to augment the behavior of a regular or an ngOptions select element. |
| $rootScope.Scope | A root scope can be retrieved using the $rootScope key from the $injector. Child scopes are created using the $new() method. (Most scopes are created automatically when compiled HTML template is executed.) See also the Scopes guide for an in-depth introduction and usage examples. |