aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/api/ng.ngdoc
diff options
context:
space:
mode:
authorMatias Niemelä2013-10-16 22:48:32 -0400
committerMatias Niemelä2013-10-23 17:00:12 -0400
commita7e12b7959212f2fa88fe17d5a045cc9d8b22922 (patch)
tree3613ad9f20a92eb9e7a88402e34a078092663cba /docs/content/api/ng.ngdoc
parent3f568b22f9bec09192588e3cae937db5c2e757f9 (diff)
downloadangular.js-a7e12b7959212f2fa88fe17d5a045cc9d8b22922.tar.bz2
feat(docs): provide index pages for each angular module
Diffstat (limited to 'docs/content/api/ng.ngdoc')
-rw-r--r--docs/content/api/ng.ngdoc5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/content/api/ng.ngdoc b/docs/content/api/ng.ngdoc
index 5c2f9517..2877a566 100644
--- a/docs/content/api/ng.ngdoc
+++ b/docs/content/api/ng.ngdoc
@@ -2,4 +2,7 @@
@name ng
@description
-`ng` is the name of the {@link guide/module angular module} that contains all of the core angular services.
+# ng (core module)
+The ng module is loaded by default when an AngularJS application is started. The module itself contains the essential components to 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>