I am a bit confused about the line taken from Angular JS official documentation:
Compile: traverse the DOM and collect all of the directives. The result is a linking function.
I am not clear about what linking functions are?
Are they talking about link function that we write in a custom directive?
Please clarify using an example.