Wednesday 5 April 2017

What directive would you use to hide elements from the HTML DOM by removing them from that DOM not changing their styling?

The ng-If Directive, when applied to an element, will remove that element from the DOM if it’s condition is false.

No comments:

Post a Comment