Which is the correct syntax of AngularJS directive ng-show?
Options:
Explanation:
The syntax of AngularJS directive ng-show is:
ng-show="true/false"
Tags:
AngularJS
Answer:
Which is the correct syntax of AngularJS directive ng-show ng-show="true/false".