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 <
Here is the sample code.
Html code
--Select Cities-- Next
JS function
$scope.nextpage = function(currentCity){ console.log(currentCity); }