Hello Everyone
I am trying to get option value from select box on button click but it shows undefined in console .Options value are coming from server <
Use ng-options instead of ng-repeat.
ng-options
ng-repeat
Like this:
Updated
--Select City-- Next
JS:
$scope.nextpage = function(selectedCity){ console.log(selectedCity); }