gpt4 book ai didi

angularjs - 如何使用angularJS为字符串数组而不是对象数组执行orderby

转载 作者:行者123 更新时间:2023-12-04 23:55:27 27 4
gpt4 key购买 nike

我在 angularJS 中有一个字符串数组,我想对它的元素做某种排序我尝试了这段代码,但它不起作用,我不知道为什么有人有任何想法

<div id="cpntainer" data-ng-init="countries = ['Syria','Lebanon','Jordon','Egypt']">
Country Name <br />
<input type="text" data-ng-model="name" /> <br />
<ul>
<li data-ng-repeat="country in countries | filter:name | orderBy:country:false "> {{ country }} </li>
</ul>
</div>

最佳答案

您可以在 orderBy 子句中使用这样的函数:

<li data-ng-repeat="country in countries | filter:name | orderBy:'toString()'"> {{ country }}</li>

关于angularjs - 如何使用angularJS为字符串数组而不是对象数组执行orderby,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17064106/

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