Ng-show
The ngShow directive shows or hides the given HTML element based on the expression provided to the ngShow attribute
Ng-switch
The ngSwitch directive is used to conditionally swap DOM structure on your template based on a scope expression
Others
Example |
---|
Note that some people feel that ng-show is a little faster than ng-switch and ng-if for file-based templates from question Alternative to ng-show/-hide or how to load only relevant section of DOM |