mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-23 03:30:02 +08:00
docs(ngHide): Fix typo and make it more in line with ngShow
This commit is contained in:
committed by
Igor Minar
parent
51bed36370
commit
60acba3840
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user