redoc/lib/components/MethodsList/methods-list.html

5 lines
152 B
HTML
Raw Normal View History

2015-10-08 23:21:51 +03:00
<div *ng-for="#method of data.methods">
<method [pointer]="method.pointer" [attr.pointer]="method.pointer"
[attr.tag]="method.tag"></method>
2015-10-08 23:21:51 +03:00
</div>