Skip to content

Commit 627cff4

Browse files
committed
fixed html2 index template models
1 parent 801de95 commit 627cff4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/main/resources/handlebars/htmlDocs2/index.mustache

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,12 @@
114114
var defs = {}
115115
{{#models}}
116116
{{#model}}
117+
{{#isComposedModel}}
118+
defs.{{name}} = {};
119+
{{/isComposedModel}}
120+
{{^isComposedModel}}
117121
defs.{{name}} = {{{modelJson}}};
122+
{{/isComposedModel}}
118123
{{/model}}
119124
{{/models}}
120125
</script>

0 commit comments

Comments
 (0)