diff options
| author | Igor Minar | 2010-11-17 11:34:23 -0800 | 
|---|---|---|
| committer | Igor Minar | 2010-11-18 02:34:53 -0800 | 
| commit | ff7c738c21075f834b5f610085d195cfa1eb5110 (patch) | |
| tree | 0ef701e30412e8b1019c30f795613ba3eeda8ee8 /src/Angular.js | |
| parent | 51a22cf435b39f933e5a20aabb59d6c78353c9d3 (diff) | |
| download | angular.js-ff7c738c21075f834b5f610085d195cfa1eb5110.tar.bz2 | |
fix ng docs for angular, angular.lowercase and uppercase
Diffstat (limited to 'src/Angular.js')
| -rw-r--r-- | src/Angular.js | 14 | 
1 files changed, 3 insertions, 11 deletions
diff --git a/src/Angular.js b/src/Angular.js index 35372b9d..8117b045 100644 --- a/src/Angular.js +++ b/src/Angular.js @@ -1,19 +1,10 @@ -/** - * @ngdoc overview - * @name angular - * @namespace Namespace for angular. - * @description - * Hello world! - *  - * @example - */  ////////////////////////////////////  if (typeof document.getAttribute == $undefined)    document.getAttribute = function() {};  /** - * @ngdoc + * @ngdoc function   * @name angular.lowercase   * @function   * @@ -25,7 +16,7 @@ var lowercase = function (value){ return isString(value) ? value.toLowerCase() :  /** - * @ngdoc + * @ngdoc function   * @name angular.uppercase   * @function   * @@ -95,6 +86,7 @@ var _undefined        = undefined,      error             = window[$console] ? bind(window[$console], window[$console]['error'] || noop) : noop,      /** +     * @ngdoc overview       * @name angular       * @namespace The exported angular namespace.       */  | 
