gpt4 book ai didi

javascript - 空字符串上的 ng-switch

转载 作者:可可西里 更新时间:2023-11-01 01:37:03 27 4
gpt4 key购买 nike

我正在使用 Angular,我想使用 ng-switch 检查字符串何时为空。以下代码似乎对我不起作用。

<div ng-switch on="foo">
<span ng-switch-when="">This string is empty</span>
<span ng-switch-default>This string is not empty</span>
</div>

如有任何帮助,我们将不胜感激。

最佳答案

<div ng-switch on="foo || 'null'">
<span ng-switch-when="null">This string is empty</span>
<span ng-switch-default>This string is not empty</span>
</div>

关于javascript - 空字符串上的 ng-switch,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12434284/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com