3
Well, I do an interaction to get the options, and I want to select the first option
             <select class="form-control" 
                      name="accounts"
                      ng-model="vm.deposit.account"
                      ng-options="account.account as account.agency for account in vm.accounts"
                      required>
              </select>
My intention is to try the 'Selected' type. I have tried using ng-select, but it was unsuccessful.