Saturday, 29 August 2015

What is Pre-linking function and Post-linking function in AngularJS?

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

Post linking function is executed after the child elements are linked. It is safe to do DOM transformation by post-linking function.

No comments:

Post a Comment