Open In App

Web technologies Questions | AngularJS Quiz | Set-3 | Question 14

Which directive specifies the CSS classes on every odd appearance of the HTML element?
(A) ng-class-value
(B) ng-class-odd
(C) ng-even
(D) ng-copy

Answer: (B)
Explanation: The ng-class-odd Directive is used to show the appearance at every odd appearance of the Html elements. It is also bound dynamically classes on every odd element If the expression inside the ng-class-odd return true then only the classes will be added otherwise not be added.
Quiz of this Question
Please comment below if you find anything wrong in the above post

Article Tags :