mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 07:40:22 +00:00
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.
5 lines
147 B
Text
5 lines
147 B
Text
@ngdoc overview
|
|
@name ng
|
|
@description
|
|
|
|
`ng` is the name of the {@link guide/module angular module} that contains all of the core angular services.
|