mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-23 19:40:56 +08:00
docs(ngShowHide): fix typo
This commit is contained in:
committed by
Pete Bacon Darwin
parent
bda87f606f
commit
2dcbec6c06
@@ -6,7 +6,7 @@
|
||||
*
|
||||
* @description
|
||||
* The `ngShow` directive shows and hides the given HTML element conditionally based on the expression
|
||||
* provided to the ngShow attribute. The show and hide mechanism is a achieved by removing and adding
|
||||
* provided to the ngShow attribute. The show and hide mechanism is achieved by removing and adding
|
||||
* the `ng-hide` CSS class onto the element. The `.ng-hide` CSS class is a predefined CSS class present
|
||||
* in AngularJS which sets the display style to none (using an !important flag).
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user