AngularJS Question:

What is Pre-linking function in AngularJS?

AngularJS Interview Question
AngularJS Interview Question

Answer:

Pre-linking function is executed before the child elements are linked. It is not considered as the safe way for DOM transformation.


Previous QuestionNext Question
What is linking function?What is Post linking function in AngularJS?