I wish to create something like this:
You need to make sure you're hooked up for angular. You would have to create your model ('Model.itemList') inside of a controller to inject into your HTML. Like below, $scope.names would be your collection. Inject it into your view/HTML and loop through it in a select element and should be all set.
Reference: https://www.w3schools.com/angular/angular_select.asp