10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c11a7d6 commit 1bd451dCopy full SHA for 1bd451d
src/loader.js
@@ -38,8 +38,8 @@ function setupModuleLoader(window) {
38
* All modules (angular core or 3rd party) that should be available to an application must be
39
* registered using this mechanism.
40
*
41
- * When passed two or more arguments, a new module is created. If passed only one argument, an
42
- * existing module (the name passed as the first argument to `module`) is retrieved.
+ * Passing one argument retrieves an existing {@link angular.Module},
+ * whereas passing more than one argument creates a new {@link angular.Module}
43
44
45
* # Module
0 commit comments