diff options
| author | Peter Bacon Darwin | 2014-02-06 13:33:42 +0000 |
|---|---|---|
| committer | Peter Bacon Darwin | 2014-02-16 19:03:40 +0000 |
| commit | 1ca22a3dc8a469dc81718e5f0ae28225a2b7f7b2 (patch) | |
| tree | bd9b5a7d6b0995f9152098705666e2514fdb98b0 | |
| parent | bd4ffaba53b3800200ba034c30ea91bc143c4392 (diff) | |
| download | angular.js-1ca22a3dc8a469dc81718e5f0ae28225a2b7f7b2.tar.bz2 | |
docs(bike-shed-migration): move ng module doc into Angular.js
| -rw-r--r-- | docs/content/api/ng.ngdoc | 11 | ||||
| -rw-r--r-- | src/Angular.js | 14 |
2 files changed, 14 insertions, 11 deletions
diff --git a/docs/content/api/ng.ngdoc b/docs/content/api/ng.ngdoc deleted file mode 100644 index 0acaf528..00000000 --- a/docs/content/api/ng.ngdoc +++ /dev/null @@ -1,11 +0,0 @@ -@ngdoc overview -@name ng -@description - -# ng (core module) -The ng module is loaded by default when an AngularJS application is started. The module itself -contains the essential components for an AngularJS application to function. The table below -lists a high level breakdown of each of the services/factories, filters, directives and testing -components available within this core module. - -<div doc-module-components="ng"></div> diff --git a/src/Angular.js b/src/Angular.js index 408221a1..189747a0 100644 --- a/src/Angular.js +++ b/src/Angular.js @@ -88,6 +88,20 @@ //////////////////////////////////// /** + * @ngdoc module + * @name ng + * @description + * + * # ng (core module) + * The ng module is loaded by default when an AngularJS application is started. The module itself + * contains the essential components for an AngularJS application to function. The table below + * lists a high level breakdown of each of the services/factories, filters, directives and testing + * components available within this core module. + * + * <div doc-module-components="ng"></div> + */ + +/** * @ngdoc function * @name angular.lowercase * @module ng |
