diff options
Diffstat (limited to 'src/directive/ngRepeat.js')
| -rw-r--r-- | src/directive/ngRepeat.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/directive/ngRepeat.js b/src/directive/ngRepeat.js index 7e7aef60..8e61ba28 100644 --- a/src/directive/ngRepeat.js +++ b/src/directive/ngRepeat.js @@ -22,7 +22,7 @@ * @element ANY * @scope * @priority 1000 - * @param {string} repeat_expression The expression indicating how to enumerate a collection. Two + * @param {repeat_expression} ng-repeat The expression indicating how to enumerate a collection. Two * formats are currently supported: * * * `variable in expression` – where variable is the user defined loop variable and `expression` |
