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 /src/Angular.js | |
| parent | 3c7874b07bfb811c3f7b7853628595b4698d6aa4 (diff) | |
| download | angular.js-fc7f11d03b4380866033c38eb7649cdc5be93d9a.tar.bz2 | |
add @workInProgress tag and mark all @ngdocs as work in progress
Diffstat (limited to 'src/Angular.js')
| -rw-r--r-- | src/Angular.js | 10 | 
1 files changed, 10 insertions, 0 deletions
diff --git a/src/Angular.js b/src/Angular.js index 32187927..205b91e3 100644 --- a/src/Angular.js +++ b/src/Angular.js @@ -4,6 +4,7 @@ if (typeof document.getAttribute == $undefined)    document.getAttribute = function() {};  /** + * @workInProgress   * @ngdoc function   * @name angular.lowercase   * @function @@ -16,6 +17,7 @@ var lowercase = function (string){ return isString(string) ? string.toLowerCase(  /** + * @workInProgress   * @ngdoc function   * @name angular.uppercase   * @function @@ -86,6 +88,7 @@ var _undefined        = undefined,      error             = window[$console] ? bind(window[$console], window[$console]['error'] || noop) : noop,      /** +     * @workInProgress       * @ngdoc overview       * @name angular       * @namespace The exported angular namespace. @@ -94,6 +97,7 @@ var _undefined        = undefined,      angularTextMarkup = extensionMap(angular, 'markup'),      angularAttrMarkup = extensionMap(angular, 'attrMarkup'),      /** +     * @workInProgress       * @ngdoc overview       * @name angular.directive       * @namespace Namespace for all directives. @@ -150,6 +154,7 @@ var _undefined        = undefined,      angularDirective  = extensionMap(angular, 'directive'),      /** +     * @workInProgress       * @ngdoc overview       * @name angular.widget       * @namespace Namespace for all widgets. @@ -225,6 +230,7 @@ var _undefined        = undefined,      angularWidget     = extensionMap(angular, 'widget', lowercase),      /** +     * @workInProgress       * @ngdoc overview       * @name angular.validator       * @namespace Namespace for all filters. @@ -302,6 +308,7 @@ var _undefined        = undefined,      angularValidator  = extensionMap(angular, 'validator'),      /** +     * @workInProgress       * @ngdoc overview       * @name angular.filter       * @namespace Namespace for all filters. @@ -380,6 +387,7 @@ var _undefined        = undefined,       */      angularFilter     = extensionMap(angular, 'filter'),      /** +     * @workInProgress       * @ngdoc overview       * @name angular.formatter       * @namespace Namespace for all formats. @@ -461,6 +469,7 @@ var _undefined        = undefined,      angularFormatter  = extensionMap(angular, 'formatter'),      /** +     * @workInProgress       * @ngdoc overview       * @name angular.service       *  @@ -883,6 +892,7 @@ function toKeyValue(obj) {  }  /** + * @workInProgress   * @ngdoc directive   * @name angular.directive.ng:autobind   * @element script  | 
