github.com/apremalal/vamps-core@v1.0.1-0.20161221121535-d430b56ec174/server/webapps/apieditor/templates/path.html (about)

     1  <header ng-click="
     2      path.$folded = !path.$folded;
     3      foldEditor(['paths', pathName], path.$folded)"><h2><a>{{pathName}}</a></h2><a class="jump-to-yaml" ng-click="focusEdit($event, ['paths', pathName])" tooltip-placement="left" tooltip="Jump to YAML" tooltip-trigger="mouseenter"></a></header><ul class="operations" collapse-when="path.$folded"><swagger-operation ng-repeat="(operationName, operation) in path" ng-if="showOperation(operation, operationName)"></swagger-operation></ul>