Skip to content

Commit f3e053c

Browse files
christianvueringsIgorMinar
authored andcommitted
docs(ngHide): Fix typo and make it more in line with ngShow
1 parent 04450c4 commit f3e053c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/ng/directive/ngShowHide.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ var ngShowDirective = ngDirective(function(scope, element, attr){
4545
* @name ng.directive:ngHide
4646
*
4747
* @description
48-
* The `ngHide` and `ngShow` directives hide or show a portion
49-
* of the HTML conditionally.
48+
* The `ngHide` and `ngShow` directives hide or show a portion of the DOM tree (HTML)
49+
* conditionally.
5050
*
5151
* @element ANY
52-
* @param {expression} ngHide If the {@link guide/expression expression} truthy then
52+
* @param {expression} ngHide If the {@link guide/expression expression} is truthy then
5353
* the element is shown or hidden respectively.
5454
*
5555
* @example

0 commit comments

Comments
 (0)