aboutsummaryrefslogtreecommitdiffstats
path: root/src/ng/directive/ngShowHide.js
diff options
context:
space:
mode:
authorChristian Vuerings2012-11-09 05:44:00 -0800
committerIgor Minar2012-11-11 10:36:28 +0100
commitf3e053cb6fec8279e09330481ba8906e185f94c6 (patch)
tree844d600d83284161d7b2976bb41f0e06513f9a51 /src/ng/directive/ngShowHide.js
parent04450c48dfea065e1c9e4ab8adad94993ed1b037 (diff)
downloadangular.js-f3e053cb6fec8279e09330481ba8906e185f94c6.tar.bz2
docs(ngHide): Fix typo and make it more in line with ngShow
Diffstat (limited to 'src/ng/directive/ngShowHide.js')
-rw-r--r--src/ng/directive/ngShowHide.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ng/directive/ngShowHide.js b/src/ng/directive/ngShowHide.js
index cba6cc89..74195468 100644
--- a/src/ng/directive/ngShowHide.js
+++ b/src/ng/directive/ngShowHide.js
@@ -45,11 +45,11 @@ var ngShowDirective = ngDirective(function(scope, element, attr){
* @name ng.directive:ngHide
*
* @description
- * The `ngHide` and `ngShow` directives hide or show a portion
- * of the HTML conditionally.
+ * The `ngHide` and `ngShow` directives hide or show a portion of the DOM tree (HTML)
+ * conditionally.
*
* @element ANY
- * @param {expression} ngHide If the {@link guide/expression expression} truthy then
+ * @param {expression} ngHide If the {@link guide/expression expression} is truthy then
* the element is shown or hidden respectively.
*
* @example