mirror of
				https://github.com/Redocly/redoc.git
				synced 2025-11-04 09:47:31 +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>
 |