1
1
mirror of https://github.com/Redocly/redoc.git synced 2025-02-24 14:00:33 +03:00
redoc/lib/components/MethodsList/methods-list.html
2015-10-15 20:06:16 +03:00

4 lines
138 B
HTML

<div *ng-for="#method of data.methods">
<method pointer="{{pointer}}/{{method}}" attr.pointer="{{pointer}}/{{method}}"></method>
</div>