We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b86d36 commit 2ebbe00Copy full SHA for 2ebbe00
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