mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 07:40:22 +00:00
docs(ngHide): Fix typo and make it more in line with ngShow
This commit is contained in:
parent
04450c48df
commit
f3e053cb6f
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue