yairodriguez / AngularJS

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

Providers #13

Open yairodriguez opened 8 years ago

yairodriguez commented 8 years ago

Description

Providers make it possible for dependencies to have other dependencies, and they allow dependencies to be instantiated by running some code lazily when the dependency is first needed.


Issue Checklist

All issues in milestone: 0.4.0 milestone


Assignees