Component-Based Directives in AngularJS

added by JavaScript Kicks
1/13/2015 11:22:54 PM

194 Views

AngularDart and Angular 2.0 are shifting themselves to better embrace use of directives instead of standalone controllers. This means that component-based directives are the way to go, but how exactly can we build our app purely using directives in AngularJS 1.3? Let’s explore how we craft together reusable, portable and well-tested directives that embrace HTML while empowering us to make the most of our Angular applications.


0 comments