You can try this :
<select
name="users"
ng-model="selectedUser"
ng-options="user.Id as user.Firstname + ' ' + user.Lastname for user in users">
</select>
More information in the documentation : https://docs.angularjs.org/api/ng/directive/select