AngularJS

AngularJS Directives

AngularJS Filters and Elements

AngularJS Tutorials

ng hide Directives in AngularJS

ng-hide

 

 

The ng-hide directive hides or shows an HTML element.

 

Syntax:-

 

< element ng-hide="expression" >< /element > OR < element class="ng-hide" >< /element >

 

Further Explanation:-

 

Value Description
expression An expression that will hide the element if the expression returns true.

Code Explanation

All Tutorials related to AngularJS Tutorials

All Sections related to AngularJS