diff options
| author | Igor Minar | 2010-11-18 16:28:42 -0800 |
|---|---|---|
| committer | Igor Minar | 2010-11-18 16:28:42 -0800 |
| commit | fc7f11d03b4380866033c38eb7649cdc5be93d9a (patch) | |
| tree | fbf4d2af422767cad0fb96d4d4f86801ac293631 /docs/directive.template | |
| parent | 3c7874b07bfb811c3f7b7853628595b4698d6aa4 (diff) | |
| download | angular.js-fc7f11d03b4380866033c38eb7649cdc5be93d9a.tar.bz2 | |
add @workInProgress tag and mark all @ngdocs as work in progress
Diffstat (limited to 'docs/directive.template')
| -rw-r--r-- | docs/directive.template | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/directive.template b/docs/directive.template index 9f1c9659..07e38ea7 100644 --- a/docs/directive.template +++ b/docs/directive.template @@ -1,5 +1,13 @@ <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> |
