redoc/lib/components/ResponsesSamples/responses-samples.html
2015-10-22 20:53:07 +03:00

7 lines
208 B
HTML

<header> Responses samples </header>
<tabs>
<tab *ng-for="#response of data.responses" [tab-title]="response.code">
<schema-sample pointer="{{response.pointer}}/schema"><schema-sample>
</tab>
</tabs>