summaryrefslogtreecommitdiffstats
path: root/js/app
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-11-18 18:56:12 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2014-11-18 18:56:12 +0100
commitadf395b7cfa91024af5436d0d8623d26d947a7b3 (patch)
tree8c699d30b55e019b1869649e8a8694768faed80a /js/app
parent14b93b69eba76cda6e3d7e1709ce9ae29108225d (diff)
test
Diffstat (limited to 'js/app')
-rw-r--r--js/app/Run.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/js/app/Run.js b/js/app/Run.js
index 9637e00f0..d3a857d89 100644
--- a/js/app/Run.js
+++ b/js/app/Run.js
@@ -14,7 +14,6 @@ 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
@@ -84,7 +83,7 @@ app.run(function ($rootScope, $location, $http, $q, $interval, Loading,
]
)
.then(function () {
- $animate.enabled(true);
+ $animate.enable(true);
Loading.setLoading('global', false);
});