linux shell symbolic link symbolic link https://en.wikipedia.org/wiki/Ln_(Unix) https://stackoverflow.com/a/1951752/8629798 https://www.tecmint.com/create-hard-and-symbolic-links-in-linux/ https://www.cyberciti.biz/faq/creating-soft-link-or-symbolic-…
function link(scope, element, attrs) { ... } where: scope is an Angular scope object. element is the jqLite-wrapped element that this directive matches. attrs is a hash object with key-value pairs of normalized attribute names and their corresponding…
If u using controller & controllerAs in directive, then the link()'s 4th param 'controller' will refer to the controller u defined before. function MessageController(){ var vm = this; vm.message = "Hello"; } function greeting(){ function lin…