aboutsummaryrefslogtreecommitdiffstats
path: root/src/directive/ngController.js
diff options
context:
space:
mode:
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.
*