redoc/lib/components/ResponsesList/responses-list.html
2015-11-24 00:08:55 +02:00

7 lines
356 B
HTML

<h2 class="responses-list-header" *ng-if="data.responses.length"> Responses </h2>
<zippy *ng-for="#response of data.responses" title="{{response.code}} {{response.description}}"
[type]="response.type" [empty]="!response.schema">
<json-schema *ng-if="response.schema" class="schema type" pointer="{{response.pointer}}/schema">
</json-schema>
</zippy>