I have read about it in other posts, but I couldn\'t figure it out.
I have an array,
$scope.items = [ {ID: \'000001\', Title: \'Chicago\'}, {ID
If you need a custom title for each option, ng-options is not applicable. Instead use ng-repeat with options:
ng-options
ng-repeat
{{item.Title}}