在数组中使用hasOwnProperty()

时间:2016-11-02 12:55:49

标签: hasownproperty

此处我只有在选中的值为post时才需要。现在添加了truetrue

false

1 个答案:

答案 0 :(得分:0)

angular.forEach($scope.usersDetails, function(value, key) {

    if (value.hasOwnProperty('checked') && value.checked) 
    {

    }
});