redoc/lib/components/ResponsesSamples/responses-samples.html
2015-10-25 13:26:38 +02:00

7 lines
253 B
HTML

<small *ng-if="!data.responses.length"> No samples </small>
<tabs *ng-if="data.responses.length">
<tab *ng-for="#response of data.responses" [tab-title]="response.code">
<schema-sample [pointer]="response.pointer"><schema-sample>
</tab>
</tabs>