AngularJS Tutorial #5 - Introduction to Directives

Hey ninjas, in this AngularJS tutorial, I’ll introduce you to directives, and tell you a little bit about how directives work in Angular. Angular directives essentially allow us to extend the functionality of HTML, via new tag names or attributes. Using a directive is basically like giving AngularJS a command or ’direction’ to do something for us. ----- COURSE LINKS: Source files on GitHub - Atom text editor - -------------------------
Back to Top