<div class="method"> <div class="method-content"> <h2 class="method-header">{{data.methodInfo.summary}}</h2> <h3 class="method-endpoint"> <span class="http-method" [ng-class]="data.method">{{data.method}}</span> <span class="api-url">{{data.apiUrl}}</span> <span class="path">{{data.path}}</span> </h3> <div class="method-tags" *ng-if="data.methodInfo.tags.length"> <a *ng-for="#tag of data.methodInfo.tags" attr.href="#{{tag}}"> {{tag}} </a> </div> <p *ng-if="data.methodInfo.description" class="method-description" inner-html="{{data.methodInfo.description | marked}}"> </p> <br> <params-list pointer="{{pointer}}/parameters"> </params-list> <br> <responses-list pointer="{{pointer}}/responses"> </responses-list> </div> <div class="method-samples"> <div *ng-if="data.bodyParam"> <header> Body sample </header> <schema-sample pointer="{{data.bodyParam._pointer}}/schema"> </schema-sample> </div> <div> <responses-samples pointer="{{pointer}}/responses"> </responses-samples> </div> </div> <div>