| Directive |
Description |
| ng-app |
Defines the root element of an application. |
| ng-bind |
Binds the innerHTML of HTML elements to application data.It is the automatic synchronization of data between model and view components |
| ng-click |
Defines the behavior when an element is clicked. |
| ng-controller |
Defines the controller object for an application. |
| ng-disabled |
Binds application data to the HTML disabled attribute. |
| ng-hide |
Hides or shows HTML elements. |
| ng-include |
Includes HTML in an application. |
| ng-init |
Defines initial values for an application. |
| ng-model |
Binds the value of HTML controls to application data. |
| ng-repeat |
Defines a template for each data in a collection. |
| ng-show |
Shows or hides HTML elements. |