Web technologies Questions | AngularJS Quiz | Set-2 | Question 11
Which directive is used to specify that the specific content of HTML should not be compiled?
(A) ng-directive
(B) ng-bindable
(C) ng-non-bindable
(D) ng-src
Answer: (C)
Explanation: The ng-non-bindable directive in AngularJS is used to specify that the specific content of the HTML shouldn’t be compiled it means that the content must be triggered by the angular Js. It is used when we want to show display the code snippets instead of compiled output.
Quiz of this Question
Please comment below if you find anything wrong in the above post