Sudhir Jonathan
cf89e8653c
fix($injector): provider can now be defined in the array format
...
`injector.instantiate` is now called for arrays too, instead of only for functions.
Closes #1452
2012-12-01 19:09:36 +01:00
Misko Hevery
0eb373e0e6
fix($injector): more conservative annotation parsing
2012-09-06 15:49:50 -07:00
Misko Hevery
4361efb03b
feat($injector): provide API for retrieving function annotations
2012-06-01 10:57:51 -07:00
Igor Minar
2cb907a836
fix($injector): properly infer dependencies from fn with no args
...
Previously if there was a white-space in fn: fn( ) {} we failed to infer no args.
This was originally reported by recht, but I decided to use a different fix.
Closes #829
2012-03-29 11:21:04 -07:00
Misko Hevery
2430f52bb9
chore(module): move files around in preparation for more modules
2012-03-28 11:16:35 -07:00