From fc7f11d03b4380866033c38eb7649cdc5be93d9a Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Thu, 18 Nov 2010 16:28:42 -0800 Subject: add @workInProgress tag and mark all @ngdocs as work in progress --- docs/widget.template | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'docs/widget.template') diff --git a/docs/widget.template b/docs/widget.template index b954f07c..418ad407 100644 --- a/docs/widget.template +++ b/docs/widget.template @@ -1,5 +1,13 @@

{{name}}

+{{#workInProgress}} +
+ Work In Progress + This page is currently being revised. It might be incomplete or contain inaccuracies. + {{{workInProgress.description}}} +
+{{/workInProgress}} + {{#deprecated}}
Deprecated API -- cgit v1.2.3