Featured
angular, directives, 12 minutes
The nitty-gritty of compile and link functions inside AngularJS directives
Posted on .AngularJS directives are amazing. They allow you to create highly semantic and reusable components. In a sense you could consider them as the ultimate precursor of web components. There are many great articles and even books on how to write your own directive…