I have an angular scope array now i want to remove one item from that array using key name for example i want to remove DataTypeName from that array.
$scope.attributes = [
{DataTypeName: "Text"
objectAttributeDataTypeId: "3654B05F-E09E-49A9-8E5F-0FC623BBE009"
objectAttributeId: "9df52354-67dd-453a-87fd-abb38b448db9"
objectAttributeLabelName: "test"
objectAttributeName: "test"}]
Please anyone help me to remove the array.