mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 07:40:22 +00:00
28 lines
No EOL
630 B
Text
28 lines
No EOL
630 B
Text
<h1><tt>{{name}}</tt></h1>
|
|
|
|
<h2>Description</h2>
|
|
{{{description}}}
|
|
|
|
<h2>Usage</h2>
|
|
<h3>In HTML Template Binding</h3>
|
|
<tt>
|
|
<input type="text" ng:validate="{{shortName}}{{#paramRest}}{{^default}}:{{name}}{{/default}}{{#default}}<i>[:{{name}}]</i>{{/default}}{{/paramRest}}"/>
|
|
</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}}}
|
|
|
|
<h2>Example</h2>
|
|
{{{exampleDescription}}}
|
|
|
|
<WIKI:SOURCE style="display:block;">
|
|
{{{example}}}
|
|
</WIKI:SOURCE> |