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