I am using AngularJS to populate my select options content dynamically from an array of objects in my controller. My objects has a property named userProfileName
This has several solution. The following worked best for me. Just initialize the model with the first value. The ng-init="myItem = items[0].name" does the trick