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
/
src
/
Injector.js
Age
Commit message (
Expand
)
Author
2011-07-18
feat(strict mode): adding strict mode flag to all js files
Igor Minar
2011-07-18
doc(angular.annotate): properly disable doc snippet to avoid compiler warnings
Igor Minar
2011-07-18
style(injector): remove extra semicolon
Igor Minar
2011-07-16
fix(doc): fix all broken links
Igor Minar
2011-07-06
fix:injector: make injector compatible with Rhino (HtmlUnit)
MÃ¥rten Dolk
2011-06-08
Refactor injector to have invoke method for speed reasons
Misko Hevery
2011-06-06
yet another docs batch
Igor Minar
2011-06-06
Fix wrong links in source code
Vojta Jina
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-02-15
split up services into individual files
Igor Minar
2011-01-24
fixed example rendering, add tests for it.
Misko Hevery
2011-01-10
Rename angular.foreach to angular.forEach to make the api consistent.
Igor Minar
2011-01-07
change to keydown from keyup; add delayed $updateView
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-11-24
docs for angular.injector
Igor Minar
2010-11-15
generate keyword for searches; improved layout of doc
Misko Hevery
2010-10-12
Introduced injector and $new to scope, and injection into link methods and co...
Misko Hevery