Files
ionic-framework/scripts/docs/templates/module.template.html
Tim Lancina a59469eae6 docs wip
2015-08-27 12:39:26 -07:00

6 lines
135 B
HTML

<h1>{$ doc.id $}</h1>
{%- for export in doc.exports %}
<a href="/docs/{$ export.outputPath $}">{$ export.name $}</a>
{% endfor %}