MCQ
Single Best Answer
Not Set
QWhat is the difference between ng-if and ng-show+ng-hide?
ID: #4184
AngularJS Directives
150 views
Question Info
#4184Q ID
Not SetDifficulty
AngularJS DirectivesTopic
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
Correct Answer: Option B
Explanation
ng-if removes the HTML element completely from the DOM, whereas the ng-show + ng-hide just applies the CSS property display: none; to the elements.
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic