| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-07-02 | fix($injector): refactor module loading code and use minErr | Igor Minar | |
| 2013-06-17 | chore(minErr): replace ngError with minErr | Ken Sheedlo | |
| 2013-05-24 | feat(ngError): add error message compression and better error messages | Igor Minar | |
| - add toThrowNg matcher | |||
| 2013-05-06 | docs(injector): add docs for $injector.has | Misko Hevery | |
| 2013-05-02 | feat(injector): add has method for querying | Misko Hevery | |
| Closes #2556 | |||
| 2013-05-01 | docs(injector): fix typo | Siddique Hameed | |
| Closes: #2551 | |||
| 2013-04-30 | style($injector): add a comment to explain the distinction with isArray | Robin Böhm | |
| 2013-04-30 | docs($provide): fix parentheses in example | Eugene Wolfson | |
| 2013-04-17 | docs(injector): fix typo in inlining example | @fbiville | |
| The actual invoke call in the documentation was referring to the non-existent tempFn instead of tmpFn | |||
| 2013-04-11 | docs($inject): wording change | Brent Morrow | |
| 2013-03-12 | docs($injector): correct misuse of $inject | Arlen Christian Mart Cuss | |
| $inject was used where $injector was appropriate; confusing and misleading. | |||
| 2013-03-08 | docs($injector): remove extranneous 'the' from injector docs | Jason Morrison | |
| 2013-01-24 | docs($injector): clarify $inject property description | Vineet Kumar | |
| Section heading about `$inject` property refers to it as `$injector` property. | |||
| 2013-01-08 | fix($injector): remove bogus fn arg | Igor Minar | |
| getService fn takes only one argument, removing the second one. Closes #1711 | |||
| 2012-12-01 | fix($injector): provider can now be defined in the array format | Sudhir Jonathan | |
| `injector.instantiate` is now called for arrays too, instead of only for functions. Closes #1452 | |||
| 2012-10-31 | chore(injector): fix typo in injector documentation | sqwishy trick | |
| 2012-09-06 | fix($injector): more conservative annotation parsing | Misko Hevery | |
| 2012-07-19 | refactor($injector): move $injector into the providerCache | JP Sugarbroad | |
| Better than special-casing '$injector' in createInjector. | |||
| 2012-06-12 | docs(*): simplify doc urls | Igor Minar | |
| we now have two types of namespaces: - true namespace: angular.* - used for all global apis - virtual namespace: ng.*, ngMock.*, ... - used for all DI modules the virual namespaces have services under the second namespace level (e.g. ng.) and filters and directives prefixed with filter: and directive: respectively (e.g. ng.filter:orderBy, ng.directive:ngRepeat) this simplifies urls and makes them a lot shorter while still avoiding name collisions | |||
| 2012-06-02 | docs(dependency injecton): rewrite | Misko Hevery | |
| 2012-06-01 | feat($injector): provide API for retrieving function annotations | Misko Hevery | |
| 2012-05-24 | fix(docs): accept return in addition to returns | Misko Hevery | |
| documentation used @return but parser expected @returns, which made the generated documentation incomplete. | |||
| 2012-03-29 | fix($injector): properly infer dependencies from fn with no args | Igor Minar | |
| 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-28 | chore(module): move files around in preparation for more modules | Misko Hevery | |
