i have to get the value of wave1 and wave2 from array by using underscore.js
array =[{"id":1,"name":"Monoprix", "pdv":16,"graph":[{"wave1":22,"wave2":11}]} ;
i try
 $scope.wave1 =array.graph.wave1 ;
   console.log($scope.wave1) ;
console log = Unidentified
can you help me !
 
    