diff options
| author | Igor Minar | 2011-10-12 12:19:39 -0700 | 
|---|---|---|
| committer | Igor Minar | 2011-10-12 23:04:48 -0700 | 
| commit | b3c4cb7cff8bab6e0e3d7e68870ed6316bbd5241 (patch) | |
| tree | d7561b1e2704197c8f0e441abbf98661d2145ac5 /docs/src | |
| parent | 4af4378b11c971f99205b7e712c13e8ef3467749 (diff) | |
| download | angular.js-b3c4cb7cff8bab6e0e3d7e68870ed6316bbd5241.tar.bz2 | |
docs(*): remove @workInProgress from everywhere
it's not useful any more and it only makes the docs look ugly
Diffstat (limited to 'docs/src')
| -rw-r--r-- | docs/src/ngdoc.js | 2 | 
1 files changed, 0 insertions, 2 deletions
| 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') { | 
