This correctly creates a select list
Here's what worked:
And what didn't work:
ng-init="team.captain='0'" ng-init="team.captain='John'"
My guess is that Angular goes beyond simple comparison of values or labels. It probably compares object references.