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