gpt4 book ai didi

javascript - Angular 条件

转载 作者:行者123 更新时间:2023-12-03 11:09:17 24 4
gpt4 key购买 nike

请帮助我!我需要用 AngularJS 创建条件 IF...ELSE我的index.html是:

<ons-list-item modifier="chevron" class="list-item-container" ng-repeat="item in categories track by $index"> <a href="#/parts/{{ item.idold }}">
<ons-row>
<ons-col>
<div class="name">
{{ item.category }} - {{ item.orgs }}
</div>
</ons-col>
<ons-col width="40px"></ons-col>
</ons-row></a>
</ons-list-item>

其中 {{ item.orgs }} 可以是 0 或 1...我需要制作 IF {{ item.orgs }}=1 -> href="#/parts/{ { item.idold }}"ELSE href="#/parts/detail/{{ item.id }}"

最佳答案

为什么不尝试在您的作用域中创建一个函数来执行您所描述的逻辑,然后在 {{ items.orgs }} 部分中调用该函数?这应该可以正常工作并正确输出到您的 HTML。

关于javascript - Angular 条件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27683825/

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