mirror of
				https://github.com/Redocly/redoc.git
				synced 2025-10-31 15:57:30 +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>
 |