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