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.
This commit is contained in:
Brian Ford
2013-08-22 12:32:42 -07:00
parent 99175f4294
commit 57c43dd376
14 changed files with 117 additions and 73 deletions

View File

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