aboutsummaryrefslogtreecommitdiffstats
path: root/test/InjectorSpec.js
AgeCommit message (Expand)Author
2011-11-14refactor(services): migrate angular.service -> moduleMisko Hevery
2011-11-14refactor(injector): switch to injector 2.0 introduce modulesMisko Hevery
2011-11-14new(injector): new injector v2.0Misko Hevery
2011-11-14feat(injector): support $inject(fn($service){}) function invocationMisko Hevery
2011-11-14feat(injector): support ['$service', function($service){}] annotations for fu...Misko Hevery
2011-11-14feat(injector): Service look up failures include dependency pathMisko Hevery
2011-11-14refactor(injector): turn scope into a serviceMisko Hevery
2011-10-11chore(formating): clean code to be function() {Misko Hevery
2011-10-11refactor(injection) infer injection args in ng:controller onlyMisko Hevery
2011-07-18feat(strict mode): adding strict mode flag to all js filesIgor Minar
2011-06-27fix:tests: replace angular.annotate with annotateIgor Minar
2011-06-08Refactor injector to have invoke method for speed reasonsMisko Hevery
2011-03-28fixing lint warningsIgor Minar
2011-02-27adding an extra injector specIgor Minar
2011-02-18replace smart-quotes with regular quotesMisko Hevery
2011-02-18Auto create $inject property form the argument names. Any arg starting with $...Misko Hevery
2011-01-04renaming service property $creation to $eagerIgor Minar
2011-01-04removing support for 'eager-published' servicesIgor Minar
2010-10-12Introduced injector and $new to scope, and injection into link methods and co...Misko Hevery