yairodriguez / AngularJS

Own implementation of AngularJS, using Extreme Test–First and ES6.
0 stars 0 forks source link

Controllers #20

Open yairodriguez opened 7 years ago

yairodriguez commented 7 years ago

Description

Controllers are an important part of Angular applications. The implementation of controllers is perhaps surprisingly tightly coupled with directives. Even when “standalone” controllers are used, as with ngController, it’s really just an application of the directive controller system.


Issue Checklist

All issues in milestone: 0.6.0 milestone


Assignees