fix ng docs for angular, angular.lowercase and uppercase

This commit is contained in:
Igor Minar 2010-11-17 11:34:23 -08:00
parent 51a22cf435
commit ff7c738c21

View file

@ -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.
*/