Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 8436b62

Browse files
committedAug 16, 2014
fix(docs): change properties to use description instead of returns
1 parent a191314 commit 8436b62

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed
 

‎src/loader.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ function setupModuleLoader(window) {
118118
* @ngdoc property
119119
* @name angular.Module#requires
120120
* @module ng
121-
* @returns {Array.<string>} List of module names which must be loaded before this module.
121+
*
122122
* @description
123123
* Holds the list of modules which the injector will load before the current module is
124124
* loaded.
@@ -129,8 +129,9 @@ function setupModuleLoader(window) {
129129
* @ngdoc property
130130
* @name angular.Module#name
131131
* @module ng
132-
* @returns {string} Name of the module.
132+
*
133133
* @description
134+
* Name of the module.
134135
*/
135136
name: name,
136137

‎src/ng/compile.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2105,8 +2105,10 @@ function directiveNormalize(name) {
21052105
/**
21062106
* @ngdoc property
21072107
* @name $compile.directive.Attributes#$attr
2108-
* @returns {object} A map of DOM element attribute names to the normalized name. This is
2109-
* needed to do reverse lookup from normalized name back to actual name.
2108+
*
2109+
* @description
2110+
* A map of DOM element attribute names to the normalized name. This is
2111+
* needed to do reverse lookup from normalized name back to actual name.
21102112
*/
21112113

21122114

0 commit comments

Comments
 (0)
This repository has been archived.