This syntax is able to change the Select
option but then clicking on Submit button is doing nothing:
$('#nbSelect option[value="' + user_selections.bid_details.paytm_bank_2nd + '"]')
.prop('selected', true);
How to simulate this selection as real user selection when page is using AngularJS using Javascript?