mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-01 20:40:03 +08:00
32 lines
628 B
Plaintext
32 lines
628 B
Plaintext
<h1>{{name}}</h1>
|
|
|
|
{{#workInProgress}}
|
|
<fieldset class="workInProgress">
|
|
<legend>Work In Progress</legend>
|
|
This page is currently being revised. It might be incomplete or contain inaccuracies.
|
|
{{{workInProgress.description}}}
|
|
</fieldset>
|
|
{{/workInProgress}}
|
|
|
|
{{#deprecated}}
|
|
<fieldset class="deprecated">
|
|
<legend>Deprecated API</legend>
|
|
{{deprecated}}
|
|
</fieldset>
|
|
{{/deprecated}}
|
|
|
|
{{{description}}}
|
|
|
|
{{#example}}
|
|
<h2>Example</h2>
|
|
{{{exampleDescription}}}
|
|
<doc:example>
|
|
<doc:source>
|
|
{{/example}}
|
|
{{{example}}}
|
|
{{#example}}
|
|
</doc:source>
|
|
<doc:scenario>{{{scenario}}}</doc:scenario>
|
|
</doc:example>
|
|
{{/example}}
|