diff options
author | Emmanuel ROHEE <erohee@amdocs.com> | 2014-09-11 15:07:44 +0200 |
---|---|---|
committer | Emmanuel ROHEE <erohee@amdocs.com> | 2014-09-11 15:07:44 +0200 |
commit | aa347b52bace5cfe1ff528ad16973e02ae1b5dc1 (patch) | |
tree | 183cd95334a27fe089cb5e29f705632b23fc6099 /webclient/index.html | |
parent | Invite: reset the input when the invitation has been done (diff) | |
download | synapse-aa347b52bace5cfe1ff528ad16973e02ae1b5dc1.tar.xz |
Use autofill-event.js to workaround browsers issue: Form model doesn't update on autocomplete
https://github.com/angular/angular.js/issues/1460
Diffstat (limited to 'webclient/index.html')
-rw-r--r-- | webclient/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/webclient/index.html b/webclient/index.html index dd2393722c..9eea08215c 100644 --- a/webclient/index.html +++ b/webclient/index.html @@ -17,6 +17,7 @@ <script src="js/angular-sanitize.min.js"></script> <script src="js/angular-animate.min.js"></script> <script type='text/javascript' src='js/ng-infinite-scroll-matrix.js'></script> + <script type='text/javascript' src='js/autofill-event.js'></script> <script src="app.js"></script> <script src="config.js"></script> <script src="app-controller.js"></script> |