From 57c43dd3762ea665125bff7e4727bce06a225b32 Mon Sep 17 00:00:00 2001 From: Brian Ford Date: Thu, 22 Aug 2013 12:32:42 -0700 Subject: docs(module): improve the installation instructions for optional modules Currently, the documentation does a bad job of explaining the distinction between the services that it provides, and the module itself. Furthermore, the instructions for using optional modules are inconsistent or missing. This commit addresses the problem by ading a new `{@installModule foo}` annotation to the docs generator that inlines the appropriate instructions based on the name of the module. --- docs/content/api/ng.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/content/api/ng.ngdoc') diff --git a/docs/content/api/ng.ngdoc b/docs/content/api/ng.ngdoc index 95295e69..5c2f9517 100644 --- a/docs/content/api/ng.ngdoc +++ b/docs/content/api/ng.ngdoc @@ -2,4 +2,4 @@ @name ng @description -The `ng` is an angular module which contains all of the core angular services. +`ng` is the name of the {@link guide/module angular module} that contains all of the core angular services. -- cgit v1.2.3