1
我想用方法過濾器Angular.JS並採取第一個元素名稱遊戲篩選方法 - Angular.JS
$scope.example = [
{model : "Games", id : "1"},
{model : "Pictures", id : "2"},
{model : "Cars", id : "3"},
{model : "Games", id : "4"},
];
在HTML
很容易藉此但JS我不`噸知道如何:(
$scope.example.filter(model:Games).TakeFirst()???
創建自定義過濾器,將返回'返回arr.find(O => o.model ===名);' – Tushar
@Tushar是它'工作正確的 - 把這個作爲答案:) –