mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-13 12:26:34 +03:00
7 lines
253 B
HTML
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>
|