In the case of ng-if, if the expression evaluates false, it removes the element from the DOM entirely (as in, the node is gone). If it's true, ...
確定! 回上一頁