openapi-generator/samples
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
..
client/petstore Update the injector static variable to contain all injected values. 2016-05-09 22:46:50 -06:00
dynamic-html add new fles 2016-04-16 18:19:23 +08:00
html update sample for html, flash 2016-04-16 17:51:12 +08:00
server/petstore Merge pull request #2761 from kolyjjj/upgradeswaggertools 2016-05-06 17:18:32 +08:00
server-generator Swagger Spec -> OpenAPI Spec 2015-12-30 14:52:15 -08:00
yaml url changes 2015-06-07 11:46:11 -04:00