AngularJS Question:

Download Job Interview Questions and Answers PDF

What is linking function?

AngularJS Interview Question
AngularJS Interview Question

Answer:

Link combines the directives with a scope and produce a live view. For registering DOM listeners as well as updating the DOM, link function is responsible. After the template is cloned it is executed.

Download AngularJS Interview Questions And Answers PDF

Previous QuestionNext Question
On what steps for the compilation process of HTML happens?What is Pre-linking function in AngularJS?