mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
7
scripts/docs/templates/common.template.html
vendored
7
scripts/docs/templates/common.template.html
vendored
@ -28,7 +28,7 @@ angular_controller: APIDemoCtrl <@ endif @>
|
|||||||
<@- endmacro -@>
|
<@- endmacro -@>
|
||||||
|
|
||||||
<@ macro paramTable(params, isDirective) -@>
|
<@ macro paramTable(params, isDirective) -@>
|
||||||
<table class="table" style="margin:0;">
|
<table class="table param-table" style="margin:0;">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th><@ if isDirective @>Attr<@ else @>Param<@ endif @></th>
|
<th><@ if isDirective @>Attr<@ else @>Param<@ endif @></th>
|
||||||
@ -207,7 +207,10 @@ Improve this doc
|
|||||||
<@ endif @>
|
<@ endif @>
|
||||||
|
|
||||||
<@ if method.returns @>
|
<@ if method.returns @>
|
||||||
* Returns: <$ typeInfo(method.returns) $>
|
<div class="return-value">
|
||||||
|
<i class="icon ion-arrow-return-left"></i>
|
||||||
|
<b>Returns:</b> <$ typeInfo(method.returns) $>
|
||||||
|
</div>
|
||||||
<@ endif @>
|
<@ endif @>
|
||||||
|
|
||||||
<@ endfor -@>
|
<@ endfor -@>
|
||||||
|
Reference in New Issue
Block a user