Currently, my goal is to retrieve an array of objects stored within $scope.
Upon using console.log($scope) (refer to the image below), I am able to see the pedigree object that I aim to access. However, when I use console.log($scope.pedigree), it returns undefined. Additionally, if I utilize console.log(typeof $scope.pedigree), it shows object.
Is there anyone who can assist me in accessing the pedigree?