1
1
mirror of https://github.com/Redocly/redoc.git synced 2025-02-23 21:40:32 +03:00
redoc/lib/components/MethodsList/methods-list.html
2015-10-18 19:32:11 +03:00

5 lines
152 B
HTML

<div *ng-for="#method of data.methods">
<method [pointer]="method.pointer" [attr.pointer]="method.pointer"
[attr.tag]="method.tag"></method>
</div>