0 votes
in AngularJS Packaging and Testing by
Define and Enlist Directives of AngularJS.

1 Answer

0 votes
by

AngularJS has DOM element Directives which act as Markers. They attach a specific behaviour to that DOM element and can even transform the DOM element and its children. Three main core directives are:

  • ng-app
  • ng-model
  • ng-bind
...