add @workInProgress tag and mark all @ngdocs as work in progress

This commit is contained in:
Igor Minar
2010-11-18 16:28:42 -08:00
parent 3c7874b07b
commit fc7f11d03b
24 changed files with 198 additions and 0 deletions

View File

@@ -1,5 +1,13 @@
<h1><tt>{{name}}</tt></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>