summaryrefslogtreecommitdiffstats
path: root/js/app
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-11-18 18:57:58 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2014-11-18 18:57:58 +0100
commitd25ca8b4d69b36fe54759f1815fc770202b1def3 (patch)
treee095a3f6ddf00c4e326a930bbc014407fdd8dd61 /js/app
parentadf395b7cfa91024af5436d0d8623d26d947a7b3 (diff)
test
Diffstat (limited to 'js/app')
-rw-r--r--js/app/Run.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/app/Run.js b/js/app/Run.js
index d3a857d89..b137d11f1 100644
--- a/js/app/Run.js
+++ b/js/app/Run.js
@@ -14,6 +14,7 @@ app.run(function ($rootScope, $location, $http, $q, $interval, Loading,
// show Loading screen
Loading.setLoading('global', true);
+ $animate.enabled(false);
// listen to keys in returned queries to automatically distribute the
// incoming values to models
@@ -83,7 +84,6 @@ app.run(function ($rootScope, $location, $http, $q, $interval, Loading,
]
)
.then(function () {
- $animate.enable(true);
Loading.setLoading('global', false);
});