top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

Explain what is the difference between link and compile in Angular.js?

0 votes
345 views
Explain what is the difference between link and compile in Angular.js?
posted Dec 15, 2017 by Latha

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes
  • Compile function: It is used for template DOM Manipulation and collect all of the directives.
  • Link function: It is used for registering DOM listeners as well as instance DOM manipulation. It is executed once the template has been cloned.
answer Dec 15, 2017 by Shivaranjini
...