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