mirror of
https://github.com/danog/schema.tl.git
synced 2024-12-04 10:18:12 +01:00
18 lines
368 B
HTML
18 lines
368 B
HTML
|
<div class="content-inner">
|
||
|
<h1 class="title title-type">{{ type.name }}</h1>
|
||
|
|
||
|
<h2>Constructors</h2>
|
||
|
|
||
|
<table>
|
||
|
<tr>
|
||
|
<th>
|
||
|
Predicate
|
||
|
</th>
|
||
|
</tr>
|
||
|
<tr ng-repeat="constructor in type.constrs">
|
||
|
<td>
|
||
|
<a href="#!/constructor/{{ constructor.predicate }}">{{ constructor.predicate }}</a>
|
||
|
</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
</div>
|