From d25ca8b4d69b36fe54759f1815fc770202b1def3 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Tue, 18 Nov 2014 18:57:58 +0100 Subject: test --- js/build/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/build/app.js') diff --git a/js/build/app.js b/js/build/app.js index 52da779ac..e1f388643 100644 --- a/js/build/app.js +++ b/js/build/app.js @@ -110,6 +110,7 @@ app.run(["$rootScope", "$location", "$http", "$q", "$interval", "Loading", "Item // show Loading screen Loading.setLoading('global', true); + $animate.enabled(false); // listen to keys in returned queries to automatically distribute the // incoming values to models @@ -179,7 +180,6 @@ app.run(["$rootScope", "$location", "$http", "$q", "$interval", "Loading", "Item ] ) .then(function () { - $animate.enable(true); Loading.setLoading('global', false); }); -- cgit v1.2.3