ngHide
(directive in module ng
)
The ngHide
and ngShow
directives hide or show a portion
of the HTML conditionally.
<ANY ng-hide="{expression}"> ... </ANY>as class
<ANY class="ng-hide: {expression};"> ... </ANY>
ngHide – {expression} –
If the expression truthy then the element is shown or hidden respectively.