mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-16 23:30:23 +00:00
30 lines
No EOL
646 B
Text
30 lines
No EOL
646 B
Text
<h1><tt>{{name}}</tt></h1>
|
|
|
|
<h2>Description</h2>
|
|
{{{description}}}
|
|
|
|
<h2>Usage</h2>
|
|
<h3>In HTML Template Binding</h3>
|
|
<tt>
|
|
<pre>
|
|
<{{shortName}}{{#param}} {{#default}}<i>[</i>{{/default}}{{name}}="..."{{#default}}<i>]</i>{{/default}}{{/param}}>{{#usageContent}}
|
|
|
|
{{usageContent}}
|
|
{{/usageContent}}</{{shortName}}>
|
|
</pre>
|
|
</tt>
|
|
|
|
<h3>Parameters</h3>
|
|
<ul>
|
|
{{#param}}
|
|
<li><tt>{{name}}:{{#type}}{{type}}{{/type}}{{^type}}:*{{/type}}{{#default}}={{default}}{{/default}}</tt>: {{{description}}}</li>
|
|
{{/param}}
|
|
</ul>
|
|
{{{paramDescription}}}
|
|
|
|
<h3>CSS</h3>
|
|
{{{css}}}
|
|
|
|
<WIKI:SOURCE style="display:block;">
|
|
{{{example}}}
|
|
</WIKI:SOURCE> |