redoc/lib/components/ResponsesSamples/responses-samples.html
2015-11-22 22:34:40 +02:00

8 lines
321 B
HTML

<header *ng-if="data.responses.length"> Responses samples </header>
<tabs *ng-if="data.responses.length">
<tab *ng-for="#response of data.responses" tab-title="{{response.code}} {{response.description}}"
[tab-status]="response.type">
<schema-sample [pointer]="response.pointer"><schema-sample>
</tab>
</tabs>