summaryrefslogtreecommitdiff
path: root/horizon/static
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2015-04-12 21:31:14 +0000
committerGerrit Code Review <review@openstack.org>2015-04-12 21:31:14 +0000
commit68417d47923c4a3671c5867cfe37e0afaedf8b7f (patch)
tree555f3abbc2888205d1b2d41db0315c808c132c66 /horizon/static
parent51a296b5486b06ed1412940f08df2357b8ea5a04 (diff)
parent193f62b8eeac579f62c34009e085c57d8917f679 (diff)
downloadhorizon-68417d47923c4a3671c5867cfe37e0afaedf8b7f.tar.gz
Merge "Removing scope digest from login directive"
Diffstat (limited to 'horizon/static')
-rw-r--r--horizon/static/angular/login/login.js5
1 files changed, 2 insertions, 3 deletions
diff --git a/horizon/static/angular/login/login.js b/horizon/static/angular/login/login.js
index ae85fb257..33c5d9228 100644
--- a/horizon/static/angular/login/login.js
+++ b/horizon/static/angular/login/login.js
@@ -77,10 +77,9 @@
domainInput.hide();
regionInput.hide();
}
- scope.$digest();
- }); // end of apply
- } // end of function
+ }); // end of timeout
+ } // end of onChange
// if authType field exists
// then websso was enabled