mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
13 lines
308 B
HTML
13 lines
308 B
HTML
<@- if doc.properties @>
|
|
<h2>Properties</h2>
|
|
<ul class="properties">
|
|
<@- for property in doc.properties @>
|
|
<li id="<$ property.name $>">
|
|
<h3><$ property.name | code $></h3>
|
|
<code><$ property.returns.description $></code>
|
|
<$ property.description $>
|
|
</li>
|
|
<@ endfor -@>
|
|
</ul>
|
|
<@- endif -@>
|