aboutsummaryrefslogtreecommitdiffstats
path: root/test/InjectorSpec.js
AgeCommit message (Expand)Author
2012-03-28chore(module): move files around in preparation for more modulesMisko Hevery
2012-03-16feat(injector): infer _foo_ as fooIgor Minar
2012-03-09feat($provide.service): Add $provide.service() for registering a classVojta Jina
2012-03-09refactor($provide) Rename service -> providerVojta Jina
2012-03-08fix(test): rename an it so that it doesn't colide with the test aboveIgor Minar
2012-02-22feat($provide): added constant Misko Hevery
2012-02-22fix($injector): circular dependency instatiationMisko Hevery
2012-02-16fix(injector) .instantiate([Type]) produced wrong resultMisko Hevery
2012-02-08fix($injector): instantiate returns instance, if non-object value returned fr...Vojta Jina
2012-01-25fix(injector): small perf improvement & code cleanupIgor Minar
2012-01-13feat(module): add runtime blockMisko Hevery
2012-01-12refactor(module): strict separation between module-config / app-runtimeMisko Hevery
2012-01-10feat(module): new module loaderMisko Hevery
2011-12-07feat(injector): add $provide.decoratorIgor Minar
2011-12-07style(injector): cleanup of InjectorSpec.jsIgor Minar
2011-11-14refactor(injector): $injector is no longer a function.Misko Hevery
2011-11-14del($eager): removed the support for $eager servicesMisko Hevery
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