Files
ionic-framework/docs/templates/base.template.html
2014-03-08 20:44:57 -07:00

18 lines
614 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 $>"
---
<div class="pull-right">
<a href='http://github.com/driftyco/ionic/edit/master/{$ doc.relativePath $}' class='improve-docs'>Improve this doc</a>
<a href='http://github.com/driftyco/ionic/tree/<$ git.version.tag or 'master' $>/<$ doc.relativePath $>#L<$ doc.startingLine $>' class='view-source'>
View Source
</a>
</div>
<@ block content @>
<@ endblock @>