We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71bc451 commit f4c08feCopy full SHA for f4c08fe
src/loader.js
@@ -72,8 +72,8 @@ function setupModuleLoader(window) {
72
* {@link angular.bootstrap} to simplify this process for you.
73
*
74
* @param {!string} name The name of the module to create or retrieve.
75
- * @param {Array.<string>=} requires If specified then new module is being created. If
76
- * unspecified then the module is being retrieved for further configuration.
+<<<<<* @param {!Array.<string>=} requires If specified then new module is being created. If
+>>>>>* unspecified then the module is being retrieved for further configuration.
77
* @param {Function} configFn Optional configuration function for the module. Same as
78
* {@link angular.Module#config Module#config()}.
79
* @returns {module} new module with the {@link angular.Module} api.
0 commit comments