docs(bike-shed-migration): move ng module doc into Angular.js

This commit is contained in:
Peter Bacon Darwin
2014-02-06 13:33:42 +00:00
parent bd4ffaba53
commit 1ca22a3dc8
2 changed files with 14 additions and 11 deletions

View File

@@ -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>

View File

@@ -87,6 +87,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