I have an issue to build my code,
i get this JSON for MasterPolicys and Plans and i have a separate call to 
get member data that contains the MasterPolicy as well but no Plan, because 
the user should select based on his MP.
[
   {
      "policyNumber":"12356"
      "plans":[
         "C3_VIP",
         "C2+Premium",
         "C1-Basic"
      ]
   },
   {
      "policyNumber":"213456",
      "plans":[
         "C3_123",
         "C2+556",
         "C1-978"
      ]
   },
   {
      "policyNumber":"234671",
      "plans":[
         "PLAN 3",
         "Plan 2",
         "plan1"
      ]
   }
]

I'm looking for a way to show a list of members that have a policyNumber, 
based on this number they should be able to select ONLY there corresponding 
plans.
Whenever I change the policyNumber there should be also a change in my 
plans drop-down list.
How can i make this happen?
Thanks
Lars

-- 
You received this message because you are subscribed to the Google Groups 
"AngularJS" 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