From e30f70a12f1ce58aedd5011a2d131fdc6ae2941d Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Tue, 18 Nov 2014 18:52:49 +0100 Subject: test --- js/app/Run.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'js') diff --git a/js/app/Run.js b/js/app/Run.js index 1e2519778..9637e00f0 100644 --- a/js/app/Run.js +++ b/js/app/Run.js @@ -14,7 +14,7 @@ app.run(function ($rootScope, $location, $http, $q, $interval, Loading, // show Loading screen Loading.setLoading('global', true); - $animate.enable(false); + $animate.enabled(false); // listen to keys in returned queries to automatically distribute the // incoming values to models @@ -84,7 +84,7 @@ app.run(function ($rootScope, $location, $http, $q, $interval, Loading, ] ) .then(function () { - $animate.enable(true); + $animate.enabled(true); Loading.setLoading('global', false); }); -- cgit v1.2.3