openapi-generator/modules
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
..
swagger-codegen Update the injector static variable to contain all injected values. 2016-05-09 22:46:50 -06:00
swagger-codegen-cli Revert: #1809 changing the poms 2016-04-19 11:57:55 +02:00
swagger-codegen-maven-plugin Revert: #1809 changing the poms 2016-04-19 11:57:55 +02:00
swagger-generator move the lumen generator to corresponding folder 2016-04-20 20:57:04 +08:00