I have an object with a series of object properties that is in the following similar structure (which is the way the data is coming back from a service):
{
Try this to filter object
var rateSelected = $filter('filter')($scope.GradeList, function (obj) { if(obj.GradeId == $scope.contractor_emp.save_modal_data.GradeId) return obj; });