diff options
| author | Igor Minar | 2011-01-18 13:50:52 -0800 | 
|---|---|---|
| committer | Igor Minar | 2011-01-18 14:42:18 -0800 | 
| commit | ad3b811b8beb51193a28fc1f34ea711df347cb9f (patch) | |
| tree | e106cf8d2811d1f7281629139248a65ad2acff82 /src/apis.js | |
| parent | d3f7bd699e2e0edf93887ddf5302b27254a1ec81 (diff) | |
| download | angular.js-ad3b811b8beb51193a28fc1f34ea711df347cb9f.tar.bz2 | |
fixes, examples and tests for angular.Object.* docs
Diffstat (limited to 'src/apis.js')
| -rw-r--r-- | src/apis.js | 5 | 
1 files changed, 2 insertions, 3 deletions
| diff --git a/src/apis.js b/src/apis.js index 2d54d4eb..35e3a92f 100644 --- a/src/apis.js +++ b/src/apis.js @@ -13,13 +13,12 @@ var angularGlobal = {  /** - * @workInProgress   * @ngdoc overview   * @name angular.Object   * @function   *   * @description - * angular.Object is a namespace for utility functions for manipulation with JavaScript objects. + * `angular.Object` is a namespace for utility functions for manipulation with JavaScript objects.   *   * These functions are exposed in two ways:   * @@ -45,7 +44,7 @@ var angularObject = {   * @name angular.Array   *   * @description - * angular.Array is a namespace for utility functions for manipulation of JavaScript `Array` + * `angular.Array` is a namespace for utility functions for manipulation of JavaScript `Array`   * objects.   *   * These functions are exposed in two ways: | 
