We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
@return
angular.module()
1 parent 0e03644 commit 3c5827bCopy full SHA for 3c5827b
src/loader.js
@@ -76,7 +76,7 @@ function setupModuleLoader(window) {
76
* 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.
+ * @returns {angular.Module} new module with the {@link angular.Module} api.
80
*/
81
return function module(name, requires, configFn) {
82
var assertNotHasOwnProperty = function(name, context) {
0 commit comments