summaryrefslogtreecommitdiffstats
path: root/js
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-11-18 18:52:49 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2014-11-18 18:52:49 +0100
commite30f70a12f1ce58aedd5011a2d131fdc6ae2941d (patch)
treef6790793dc221b2f160878e4974f6e35b329c607 /js
parentfd9be3ed07a150618247a026a165266c1363404b (diff)
test
Diffstat (limited to 'js')
-rw-r--r--js/app/Run.js4
1 files changed, 2 insertions, 2 deletions
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);
});