ng-if或ng-show / hide,使用哪一个

时间:2014-02-25 15:24:06

标签: angularjs

我知道:

The ng-if directive removes the content from the page and ng-show/ng-hide 
uses the CSS display property to hide content.

但我想要理解的是:鉴于我正在处理一个简单的表格 - 我应该使用哪一个?鉴于我正在处理大数据/表 - 我应该使用哪一个?

给出:ng-required需要与ng-show相同的条件,否则表单验证会受到影响而ng-if没有这样的问题,最好是使用ng-if ??

1 个答案:

答案 0 :(得分:1)

使用ng-if ...你不必进行额外操作来获取ng-hide元素的验证消息......

如果你使用ng-hide,那么仍然会验证隐藏的消息