unable to remove blank option with ng-options
问题 I have a problem with ng-options . I can't get rid of the blank option in my ng-options select. I've got 2 select objects, both with an ng-options . The displayed options of the second select is based on the first one. When I change the options of the first select, the second one initially displays a blank option. I tried several solutions but can't fix it. my object: $scope.mySpecs = { "1": { "name": "Name 1", "options": { "1": "option 1", "2": "option 2", "3": "option 3" } }, "5": { "name":