gpt4 book ai didi

javascript - Angular : toggle text of button based on boolean value in model

转载 作者:IT王子 更新时间:2023-10-29 03:21:00 34 4
gpt4 key购买 nike

根据 bool 值更改按钮元素中文本的简单方法是什么?

伪代码:

<button> some text OR some other text </button>

我读到这个:Angularjs if-then-else construction in expression

关于 ng-switch:http://docs.angularjs.org/api/ng.directive:ngSwitch

使用模型中的 bool 值似乎都不起作用

最佳答案

应该这样使用:

<button> {{ cond_vall == true ? 'Case 1' : 'Case 2' }}</button>

关于javascript - Angular : toggle text of button based on boolean value in model,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21440288/

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