aboutsummaryrefslogtreecommitdiffstats
path: root/src/directive/ngController.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/ngController.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/ngController.js')
-rw-r--r--src/directive/ngController.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/directive/ngController.js b/src/directive/ngController.js
index 7dd90f48..e5b8bffd 100644
--- a/src/directive/ngController.js
+++ b/src/directive/ngController.js
@@ -20,7 +20,7 @@
*
* @element ANY
* @scope
- * @param {expression} expression Name of a globally accessible constructor function or an
+ * @param {expression} ng-controller Name of a globally accessible constructor function or an
* {@link guide/dev_guide.expressions expression} that on the current scope evaluates to a
* constructor function.
*