redoc/lib/components/ResponsesSamples/responses-samples.html

7 lines
253 B
HTML
Raw Normal View History

2015-10-25 14:26:38 +03:00
<small *ng-if="!data.responses.length"> No samples </small>
<tabs *ng-if="data.responses.length">
2015-10-22 20:53:07 +03:00
<tab *ng-for="#response of data.responses" [tab-title]="response.code">
<schema-sample [pointer]="response.pointer"><schema-sample>
2015-10-22 20:53:07 +03:00
</tab>
</tabs>