我有一个 ng 重复:
<label ng-repeat="atp in Keywords | unique:'atp'">
{{atp}}
</label>
在atp
中,我得到:
client
animal
zoo
boat
我期望输出:
animal
boat
client
zoo
谢谢你的帮助!
我有一个 ng 重复:
<label ng-repeat="atp in Keywords | unique:'atp'">
{{atp}}
</label>
在atp
中,我得到:
client
animal
zoo
boat
我期望输出:
animal
boat
client
zoo
谢谢你的帮助!