From 1ca22a3dc8a469dc81718e5f0ae28225a2b7f7b2 Mon Sep 17 00:00:00 2001 From: Peter Bacon Darwin Date: Thu, 6 Feb 2014 13:33:42 +0000 Subject: docs(bike-shed-migration): move ng module doc into Angular.js --- src/Angular.js | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'src') diff --git a/src/Angular.js b/src/Angular.js index 408221a1..189747a0 100644 --- a/src/Angular.js +++ b/src/Angular.js @@ -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. + * + *
+ */ + /** * @ngdoc function * @name angular.lowercase -- cgit v1.2.3