3
Reply

match condition in array list using angularjs

Bharath Peggem

Bharath Peggem

May 1 2017 12:00 PM
330
Hi,
 
 i want selected array objects with an array objects in angularjs,
Ex:
 
  $scope.GetmyList = [
 { id : 1,name : 'abc',skill : 'c,c++,java,oracle' } ,
 { id : 2,name : 'xyz',skill : 'java,.net,oracle,javascript' } , 
 { id : 3,name : 'def',skill : 'c,c++,Angularjs,SQL,MYSQL' } , 
 { id : 4,name : 'ghi',skill : 'c++,oracle,Angularjs,SQL,MYSQL' } ,  
];
 
this is my array list items, so i want search skill 'c,oracle,SQL' from array , how will get c,oracle,sql items only in above $scope.GetmyList
 
Thanks,
Bharath peggem 
 

Answers (3)