Which AngularJS directive is used to show or hide an HTML element?
Options:
Explanation:
The
ng-show directive is used to show or hide an HTML element.
Tags:
AngularJS
Answer:
Which AngularJS directive is used to show or hide an HTML element ng-show.