marcoslin / angularAMD

Facilitate use of RequireJS in AngularJS
http://marcoslin.github.io/angularAMD
MIT License
734 stars 171 forks source link

fix(angularAMD): Use providerInjector, instead of the runtime $injector.... #58

Closed christopherthielen closed 10 years ago

christopherthielen commented 10 years ago

fix(angularAMD): Use providerInjector, instead of the runtime $injector ... allows Providers to be injected into .config blocks.

Closes #28, #21

christopherthielen commented 10 years ago

All commits from PR #55 squashed into a single commit.