Home »
MCQs »
AngularJS MCQs
Which AngularJS directive is used to show or hide an HTML element?
57. Which AngularJS directive is used to show or hide an HTML element?
- ng-showHide
- ng-ShowHide
- ng-show
- ng-hide
Answer: C) ng-show
Explanation:
The ng-show directive is used to show or hide an HTML element.