update for swagger.js#14, #138, #139

This commit is contained in:
Tony Tam
2013-01-31 20:06:34 -05:00
parent 7a23876ce7
commit 1ec55a8829
9 changed files with 114 additions and 44 deletions

View File

@@ -1,7 +1,7 @@
<label for="contentType"></label>
<select name="contentType">
{{#if supportedContentTypes}}
{{#each supportedContentTypes}}
{{#if consumes}}
{{#each consumes}}
<option value="{{{this}}}">{{{this}}}</option>
{{/each}}
{{else}}