From b3c4cb7cff8bab6e0e3d7e68870ed6316bbd5241 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Wed, 12 Oct 2011 12:19:39 -0700 Subject: docs(*): remove @workInProgress from everywhere it's not useful any more and it only makes the docs look ugly --- docs/src/ngdoc.js | 2 -- 1 file changed, 2 deletions(-) (limited to 'docs/src') diff --git a/docs/src/ngdoc.js b/docs/src/ngdoc.js index a154ae7d..34a4dfcf 100644 --- a/docs/src/ngdoc.js +++ b/docs/src/ngdoc.js @@ -239,8 +239,6 @@ Doc.prototype = { self = this; dom.h(this.name, function() { - notice('workInProgress', 'Work in Progress', - 'This page is currently being revised. It might be incomplete or contain inaccuracies.'); notice('deprecated', 'Deprecated API', self.deprecated); if (self.ngdoc != 'overview') { -- cgit v1.2.3