Skip to content
Loading
drop down id not getting if i give ng-repeat in mvc Angular
  • Bikesh Srivastava
    var getAccountBalance = ReceiptsService.GetAccountBalance(index);
    change like this...
  • hi vaibhav,
    by using that able to getting id ,but same dropdown values applying to all, if i change dropdown all rows changing and getting same values
  • Hi Suman,
    I think you need to change this line:
    var id = $scope.ID;
    To,
    var id = $scope.Customer.ID;
    Hope this will help you.
  • Akash Varshney
    1. <selectng-options="casc.Nameforcincustomertrackbyc.ID"ng-model="selected">select>
    use track by ..
  • Akash Varshney
    Let me try suman
  • No Akash, i have tried your answer but not solved my issue,
    can you please help on this
  • Akash Varshney
    Hi Suman ,
    Still your problem is not solved ? :)