[AngularJS] Re: Autofill Angular 1.3.15 form from browser or .net

2017-07-13 Thread Tom Wynne
After much research, this is the solution I found (at least to work with the particular web site I want to auto fill information for). I fill in the fields: document.getElementById('email').value="t...@email.com" angular.element(document.getElementById('email')).triggerHandler('input')

[AngularJS] Re: Autofill Angular 1.3.15 form from browser or .net

2017-07-10 Thread Tom Wynne
I don't have access to the code, i am not the owner of the site. I just want to fill in the username and password with javascript code (from a chromium web browser control in .net) and be able to click the submit button. I can't figure out how to make the submit button accept the values i

[AngularJS] Re: Autofill Angular 1.3.15 form from browser or .net

2017-07-10 Thread Sander Elias
Hi Tom, Why don't yu just set the default values from withing angular? 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