[AngularJS] Re: How to reset/change select value in AngularJS after new data is loaded into web app?

2017-08-15 Thread Sander Elias
Hi Barnaby, Did you try setting `mySelect = undefined` in your controller? Regards Sander -- You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" group. To unsubscribe from this group and stop receiving emails from it, send an email to a

[AngularJS] Re: How to reset/change select value in AngularJS after new data is loaded into web app?

2017-08-15 Thread Barnaby Farnsworth
I tried that and didn't have any luck. On Tuesday, August 15, 2017 at 6:11:11 PM UTC-5, Tito wrote: > > I think you will have to reload the drop down anew by calling Init again. > > On Tuesday, August 15, 2017 at 10:54:47 AM UTC-7, Barnaby Farnsworth wrote: >> >> I am attempting to troubleshoot wh

[AngularJS] Re: How to reset/change select value in AngularJS after new data is loaded into web app?

2017-08-15 Thread Tito
I think you will have to reload the drop down anew by calling Init again. On Tuesday, August 15, 2017 at 10:54:47 AM UTC-7, Barnaby Farnsworth wrote: > > I am attempting to troubleshoot why my select option value in my web app > won't change after I load new data. > > This is currently the selec