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 @@ -114,7 +114,7 @@ function setupModuleLoader(window) {
114
114
* @ngdoc property
115
115
* @name angular.Module#requires
116
116
* @module ng
117
- * @returns { Array.<string> } List of module names which must be loaded before this module.
117
+ *
118
118
* @description
119
119
* Holds the list of modules which the injector will load before the current module is
120
120
* loaded.
@@ -125,8 +125,9 @@ function setupModuleLoader(window) {
125
125
* @ngdoc property
126
126
* @name angular.Module#name
127
127
* @module ng
128
- * @returns { string } Name of the module.
128
+ *
129
129
* @description
130
+ * Name of the module.
130
131
*/
131
132
name : name ,
132
133
Original file line number Diff line number Diff line change @@ -2011,8 +2011,10 @@ function directiveNormalize(name) {
2011
2011
/**
2012
2012
* @ngdoc property
2013
2013
* @name $compile.directive.Attributes#$attr
2014
- * @returns {object } A map of DOM element attribute names to the normalized name. This is
2015
- * needed to do reverse lookup from normalized name back to actual name.
2014
+ *
2015
+ * @description
2016
+ * A map of DOM element attribute names to the normalized name. This is
2017
+ * needed to do reverse lookup from normalized name back to actual name.
2016
2018
*/
2017
2019
2018
2020
You can’t perform that action at this time.
0 commit comments