Skip to content
Loading
drop-down in angularjs
In the code, used above, I used data-ng-repeat, which will convert option tag row by the row of StateName. Now, one question arises, why do I use data-ng-repeat="st in states" because, I will return the data into my scope model which is $scope.states.
  1.  
 
0
  • Chittaranjan Swain
    Hi Harish,
     
    Try this Example-



    <br />AngularJs Select Box or Dropdown List example<br />




    AngularJS Select Box or Dropdown List Example





    0