aboutsummaryrefslogtreecommitdiffstats
path: root/src/directive/ngShowHide.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/directive/ngShowHide.js')
-rw-r--r--src/directive/ngShowHide.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/directive/ngShowHide.js b/src/directive/ngShowHide.js
index ee3a17d9..40a8a68e 100644
--- a/src/directive/ngShowHide.js
+++ b/src/directive/ngShowHide.js
@@ -9,7 +9,7 @@
* conditionally.
*
* @element ANY
- * @param {expression} expression If the {@link guide/dev_guide.expressions expression} is truthy
+ * @param {expression} ng-show If the {@link guide/dev_guide.expressions expression} is truthy
* then the element is shown or hidden respectively.
*
* @example
@@ -49,7 +49,7 @@ var ngShowDirective = ngDirective(function(scope, element, attr){
* of the HTML conditionally.
*
* @element ANY
- * @param {expression} expression If the {@link guide/dev_guide.expressions expression} truthy then
+ * @param {expression} ng-hide If the {@link guide/dev_guide.expressions expression} truthy then
* the element is shown or hidden respectively.
*
* @example