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

8 lines
321 B
HTML
Raw Normal View History

2015-11-22 23:34:40 +03:00
<header *ng-if="data.responses.length"> Responses samples </header>
2015-10-25 14:26:38 +03:00
<tabs *ng-if="data.responses.length">
2015-11-22 23:34:40 +03:00
<tab *ng-for="#response of data.responses" tab-title="{{response.code}} {{response.description}}"
[tab-status]="response.type">
<schema-sample [pointer]="response.pointer"><schema-sample>
2015-10-22 20:53:07 +03:00
</tab>
</tabs>