gpt4 book ai didi

javascript - 如何在 AngularJS 中更改按钮的文本?

转载 作者:行者123 更新时间:2023-11-30 08:39:42 25 4
gpt4 key购买 nike

我在 HTML 中有一个按钮:

<button>     </button>

如何根据 $scope 变量的值进行内部更改?

$scope.action == Action.Authenticating

我希望它在为假时说“登录”,在为真时说“正在登录...”。

最佳答案

您可以使用 ternary operator在绑定(bind)中:

<button>{{action === "someValue" ? "Primary" : "Alternate"}}</button>

关于javascript - 如何在 AngularJS 中更改按钮的文本?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27781427/

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