Skip to content

Commit

Permalink
[Typescript-jQuery] Fix for issue #6505 (#6541)
Browse files Browse the repository at this point in the history
* Fix that prevented the default version to generate the model files

* Add generated samples
  • Loading branch information
JFCote authored and wing328 committed Sep 23, 2017
1 parent 16678b8 commit 1baa5fc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ export class {{classname}} {
{{#formParams}}
{{#isFile}}
reqHasFile = true;
formParams = {{paramName}};
formParams.append("{{baseName}}", {{paramName}});
{{/isFile}}
{{^isFile}}
{{#isListContainer}}
Expand Down

0 comments on commit 1baa5fc

Please sign in to comment.