angular.forEach($scope.lista, function(data) {
console.log(data);
$scope.listaCliente = data.listaClienteMaquina;
console.log($scope.listaCliente);
});
being that when I access the array of $ scope.listaCliente, it returns undefined, someone help me? : /
$scope.lista