Which is the correct syntax of AngularJS directive ng-show?

60. Which is the correct syntax of AngularJS directive ng-show?

  1. ng-show:"true/false"
  2. ng-show="true/false"
  3. ng-app ng-show="true/false"
  4. None of the above

Answer: B) ng-show="true/false"

Explanation:

The syntax of AngularJS directive ng-show is: ng-show="true/false"

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.