redoc/lib/components/ResponsesList/responses-list.html
2015-11-23 22:57:49 +02:00

7 lines
346 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">
<schema *ng-if="response.schema" class="schema type" pointer="{{response.pointer}}/schema">
</schema>
</zippy>