2015-10-21 14:07:22 +03:00
|
|
|
<div class="methods">
|
2015-10-29 00:22:12 +03:00
|
|
|
<div class="tag" *ng-for="#tag of data.tags">
|
2015-10-30 11:26:23 +03:00
|
|
|
<div class="tag-info" [attr.tag]="tag.name">
|
2015-10-30 12:43:51 +03:00
|
|
|
<a [attr.name]="tag.name"></a>
|
2015-10-29 00:37:16 +03:00
|
|
|
<h1> {{tag.name}} </h1>
|
|
|
|
<p *ng-if="tag.description" inner-html="{{ tag.description | marked }}"> </p>
|
|
|
|
</div>
|
2015-10-29 00:22:12 +03:00
|
|
|
<method *ng-for="#method of tag.methods" [pointer]="method.pointer" [attr.pointer]="method.pointer"
|
|
|
|
[attr.tag]="method.tag"></method>
|
|
|
|
</tag>
|
2015-10-08 23:21:51 +03:00
|
|
|
</div>
|