aboutsummaryrefslogtreecommitdiffstats
path: root/src/directive/ngRepeat.js
diff options
context:
space:
mode:
authorIgor Minar2012-03-09 15:18:57 -0800
committerIgor Minar2012-03-09 16:27:12 -0800
commite0cc84ad7b7cdeb22cc56a75ab0775b90791da06 (patch)
tree16497f1b3c9ebfc22857878479268d261cf7db2b /src/directive/ngRepeat.js
parent4a94bb9b345946a9efd51adaeedc0f907af4df49 (diff)
downloadangular.js-e0cc84ad7b7cdeb22cc56a75ab0775b90791da06.tar.bz2
docs(directives): set directive param name to directive name
so that we can render better usage examples in docs
Diffstat (limited to 'src/directive/ngRepeat.js')
-rw-r--r--src/directive/ngRepeat.js2
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`