I\'m trying to use ng-options with a to bind a numeric integer value to a list of corresponding options. In my controller, I have something like
Angular is seeing your id property as a string, add quotes:
id
self.selectedUnitOrdinal = "4";