Directives that want to modify the DOM typically use the link option to register DOM listeners as well as update the DOM.
Directives that want to modify the DOM typically use the link option to register DOM listeners as well as update the DOM. It is executed after the template has been cloned and is where directive logic will be put.
is an Angular scope object.
is the jqLite-wrapped element that this directive matches.
is a hash object with key-value pairs of normalized attribute names and their corresponding attribute values.
the given controller