标签: hasownproperty
此处我只有在选中的值为post时才需要。现在添加了true和true。
post
true
false
答案 0 :(得分:0)
angular.forEach($scope.usersDetails, function(value, key) { if (value.hasOwnProperty('checked') && value.checked) { } });