openapi-generator/modules/swagger-codegen
Andrew Z Allen 51ad775aee Update the injector static variable to contain all injected values.
In Angular.js, values are injected into service in one of two ways:

1) Inline (by name).
2) By a static injector variable.

The TypeScript generator uses the 2nd method. This method requires you
to explicitly enumerate all the values you would like to have injected.
If you fail to inject a value the Angular DI system will simply pass you
`undefined`. The constructor is expecting 3 values to be passed (the
final being basePath) but the injector static only defines 2 values.
This results in basePath always being undefined no matter what you
define it to be.

This change updates the injector variable to handle that properly.
2016-05-09 22:46:50 -06:00
..
src Update the injector static variable to contain all injected values. 2016-05-09 22:46:50 -06:00
XhhGitIgnore Revert "Revert "[Java] Add auto-generated documentation in Markdown to Java clients"" 2016-04-22 10:13:54 +08:00
.gitignore Ignore settings #1294 2015-12-06 10:38:50 +01:00
pom.xml fix double byte characters in description, upgrade to lang3 2016-05-06 16:36:45 +08:00