I am trying to change the selected option in an AngularJS select element 
from VB.NET hosting a webbrowser control.

The purpose is to automate the filling of a form on the page.

To change the option I use:

document.getElementById("selectelement").selectedIndex = 2

That changes the display, but not the underlying AngularJS object. So when 
the form is sent, it still has the default option selected.

Any ideas how I can create a workaround to update the controlling AngularJS?

Thanks

Andrew

-- 
You received this message because you are subscribed to the Google Groups 
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to