mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
18 lines
500 B
HTML
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 @>
|