Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

Angular directives are functions

that return objects - reusable


components (widgets) that
implement the Shadow DOM
specification:

Inject new content into DOM based on


element (see the transclude: true and the
replace: false attributes)
Create own CSS/JavaScript scope ($scope in
this case)
Introduce behaviour (the link function)

You might also like