This repository was archived by the owner on Apr 12, 2024. It is now read-only.
File tree 2 files changed +7
-4
lines changed
2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ function setupModuleLoader(window) {
118
118
* @ngdoc property
119
119
* @name angular.Module#requires
120
120
* @module ng
121
- * @returns { Array.<string> } List of module names which must be loaded before this module.
121
+ *
122
122
* @description
123
123
* Holds the list of modules which the injector will load before the current module is
124
124
* loaded.
@@ -129,8 +129,9 @@ function setupModuleLoader(window) {
129
129
* @ngdoc property
130
130
* @name angular.Module#name
131
131
* @module ng
132
- * @returns { string } Name of the module.
132
+ *
133
133
* @description
134
+ * Name of the module.
134
135
*/
135
136
name : name ,
136
137
Original file line number Diff line number Diff line change @@ -2148,8 +2148,10 @@ function directiveNormalize(name) {
2148
2148
/**
2149
2149
* @ngdoc property
2150
2150
* @name $compile.directive.Attributes#$attr
2151
- * @returns {object } A map of DOM element attribute names to the normalized name. This is
2152
- * needed to do reverse lookup from normalized name back to actual name.
2151
+ *
2152
+ * @description
2153
+ * A map of DOM element attribute names to the normalized name. This is
2154
+ * needed to do reverse lookup from normalized name back to actual name.
2153
2155
*/
2154
2156
2155
2157
You can’t perform that action at this time.
0 commit comments