永发信息网

AngularJS 中 ng-if 能不能进行多条件判断

答案:1  悬赏:70  手机版
解决时间 2021-03-15 14:37
  • 提问者网友:半生酒醒
  • 2021-03-14 14:24
AngularJS 中 ng-if 能不能进行多条件判断
最佳答案
  • 五星知识达人网友:三千妖杀
  • 2021-03-14 15:54
可以

and
<span ng-if="checked && checked2">
I'm removed when the checkbox is unchecked.
</span>

or
<span ng-if="checked || checked2">
I'm removed when the checkbox is unchecked.
</span>
我要举报
如以上回答内容为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
点此我要举报以上问答信息
大家都在看
推荐资讯