Files
ionic-framework/docs/templates/base.template.html
2014-03-10 21:16:08 -06:00

18 lines
500 B
HTML

---
layout: docs_0.9.0
active: javascript
title: "<@ if doc.docType == "directive" @><$ doc.name | dashCase $><@ else @><$ doc.name $><@ endif @>"
header_sub_title: "<$ doc.docType | capital $> in module <$ doc.module $>"
doc: "<$ doc.name $>"
docType: "<$ doc.docType $>"
---
<div class="pull-right">
<a href='http://github.com/driftyco/ionic/edit/master/<$ doc.relativePath $>#L<$ doc.startingLine $>' class='improve-docs'>
Improve this doc
</a>
</div>
<@ block content @>
<@ endblock @>