diff options
| author | Misko Hevery | 2010-12-23 00:44:27 +0100 |
|---|---|---|
| committer | Misko Hevery | 2011-01-10 11:50:11 -0800 |
| commit | 4f22d6866c052fb5b770ce4f377cecacacd9e6d8 (patch) | |
| tree | 6bdb1c5eb70cfd7e6bcf143c121c53025a0489a4 /docs/directive.template | |
| parent | aab3df7aeaf79908e8b6212288b283adb42b1ce6 (diff) | |
| download | angular.js-4f22d6866c052fb5b770ce4f377cecacacd9e6d8.tar.bz2 | |
complete rewrite of documentation generation
- romeved mustache.js
- unified templates
- improved testability of the code
Diffstat (limited to 'docs/directive.template')
| -rw-r--r-- | docs/directive.template | 58 |
1 files changed, 0 insertions, 58 deletions
diff --git a/docs/directive.template b/docs/directive.template deleted file mode 100644 index 07e38ea7..00000000 --- a/docs/directive.template +++ /dev/null @@ -1,58 +0,0 @@ -<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}} - -<h2>Description</h2> -{{{description}}} - -<h2>Usage</h2> -<h3>In HTML Template Binding</h3> -<tt> - <pre> -<{{element}} {{shortName}}="{{paramFirst.name}}"> - ... -</{{element}}> - </pre> -</tt> - -<h3>Parameters</h3> -<ul> - {{#param}} - <li><tt>{{name}}</tt> – - <tt>{{{#type}}{{type}}{{/type}}{{^type}}*{{/type}}{{#optional}}={{/optional}}}</tt> - <tt>{{#default}}[{{default}}]{{/default}}</tt> - – {{{description}}}</li> - {{/param}} -</ul> -{{{paramDescription}}} - -{{#css}} -<h3>CSS</h3> -{{{css}}} -{{/css}} - -{{#example}} -<h2>Example</h2> -{{{exampleDescription}}} -<doc:example> - <doc:source> -{{/example}} - {{{example}}} -{{#example}} - </doc:source> - <doc:scenario>{{{scenario}}}</doc:scenario> -</doc:example> -{{/example}} |
