ng-if conditionally displays an element based on a Boolean expression.
ng-if
<p ng-if="isVisible">This text is conditionally visible.</p>