index
:
angular.js
g3_v1_0
g3_v1_2
g3_v1_3
master
nganimate-docs-at-symbol-HTML-entity-to-character
v0.9.x
v1.0.x
v1.2.x
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
InjectorSpec.js
Age
Commit message (
Expand
)
Author
2012-03-28
chore(module): move files around in preparation for more modules
Misko Hevery
2012-03-16
feat(injector): infer _foo_ as foo
Igor Minar
2012-03-09
feat($provide.service): Add $provide.service() for registering a class
Vojta Jina
2012-03-09
refactor($provide) Rename service -> provider
Vojta Jina
2012-03-08
fix(test): rename an it so that it doesn't colide with the test above
Igor Minar
2012-02-22
feat($provide): added constant
Misko Hevery
2012-02-22
fix($injector): circular dependency instatiation
Misko Hevery
2012-02-16
fix(injector) .instantiate([Type]) produced wrong result
Misko Hevery
2012-02-08
fix($injector): instantiate returns instance, if non-object value returned fr...
Vojta Jina
2012-01-25
fix(injector): small perf improvement & code cleanup
Igor Minar
2012-01-13
feat(module): add runtime block
Misko Hevery
2012-01-12
refactor(module): strict separation between module-config / app-runtime
Misko Hevery
2012-01-10
feat(module): new module loader
Misko Hevery
2011-12-07
feat(injector): add $provide.decorator
Igor Minar
2011-12-07
style(injector): cleanup of InjectorSpec.js
Igor Minar
2011-11-14
refactor(injector): $injector is no longer a function.
Misko Hevery
2011-11-14
del($eager): removed the support for $eager services
Misko Hevery
2011-11-14
refactor(services): migrate angular.service -> module
Misko Hevery
2011-11-14
refactor(injector): switch to injector 2.0 introduce modules
Misko Hevery
2011-11-14
new(injector): new injector v2.0
Misko Hevery
2011-11-14
feat(injector): support $inject(fn($service){}) function invocation
Misko Hevery
2011-11-14
feat(injector): support ['$service', function($service){}] annotations for fu...
Misko Hevery
2011-11-14
feat(injector): Service look up failures include dependency path
Misko Hevery
2011-11-14
refactor(injector): turn scope into a service
Misko Hevery
2011-10-11
chore(formating): clean code to be function() {
Misko Hevery
2011-10-11
refactor(injection) infer injection args in ng:controller only
Misko Hevery
2011-07-18
feat(strict mode): adding strict mode flag to all js files
Igor Minar
2011-06-27
fix:tests: replace angular.annotate with annotate
Igor Minar
2011-06-08
Refactor injector to have invoke method for speed reasons
Misko Hevery
2011-03-28
fixing lint warnings
Igor Minar
2011-02-27
adding an extra injector spec
Igor Minar
2011-02-18
replace smart-quotes with regular quotes
Misko Hevery
2011-02-18
Auto create $inject property form the argument names. Any arg starting with $...
Misko Hevery
2011-01-04
renaming service property $creation to $eager
Igor Minar
2011-01-04
removing support for 'eager-published' services
Igor Minar
2010-10-12
Introduced injector and $new to scope, and injection into link methods and co...
Misko Hevery