i have two different JSON. Whenever key value pairs of an object of 
  the first JSON match with the key value pairs of and object of the 
  second JSON, i Need to bind the another key value pairs in the same 
object of Second JSON.
  How to achieve that.. 



    reg.json 
    [
     {
      "RG_S": "POI45",
      "YT_O": "4hk"
    },
    {
      "RG_S": "POI46",
      "YT_O": "4nf"
    }
    ]
    
    Loc.json 
    [
     {
      "RG_S": "POI45",
      "Loc": "Asia"
    },
    {
      "RG_S": "POI48",
      "Loc": "Europe"
    }
    ]


for example reg.json's   "RG_S": "POI45" is matching with Loc.json's  
"RG_S": "POI45". so i need to bind  at the view


-- 
You received this message because you are subscribed to the Google Groups 
"Angular and AngularJS discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to