Hello Everyone,
I want to Bind Record Only those customer which are selected for perticular offer
for Example I have two table
CustomerMaster &
OfferCustomer
I want to Bind Only record which are in Offer Customer
I have All Customer in my Page
I want to bind Only from the array {5,20,26,23,84,64}
so condition which im expection something like
ng-if = array {5,20,26,23,84,64}
So the record will bind only above record..
Thanks In Advance