99dccc288e
fixes #2295 when using browser/plugin auto-complete from what I understand certain browser events are not emmited and thus angular never picks up the new values. This patch adds a fallback using jQuery to set the username & password if the angular properties are not set. see: https://github.com/angular/angular.js/issues/1460