angular.directive

Work in Progress This page is currently being revised. It might be incomplete or contain inaccuracies.

Custom attributes for DOM elements. Directives modify the behavior of the element they are specified in, but are not intended to add elements to the DOM as are widgets.

Following is the list of built-in angular directives:

For more information about how angular directives work, and how to create your own directives, see Understanding Angular Directives in the angular Developer Guide.