summaryrefslogtreecommitdiffstats
path: root/js/build/app.js
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-11-18 18:52:52 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2014-11-18 18:52:52 +0100
commit14b93b69eba76cda6e3d7e1709ce9ae29108225d (patch)
tree0d0c45eb1e96754da693d1caded70bc71c4600f9 /js/build/app.js
parente30f70a12f1ce58aedd5011a2d131fdc6ae2941d (diff)
test
Diffstat (limited to 'js/build/app.js')
-rw-r--r--js/build/app.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/build/app.js b/js/build/app.js
index 0b18debff..3ee3bbd10 100644
--- a/js/build/app.js
+++ b/js/build/app.js
@@ -110,7 +110,7 @@ app.run(["$rootScope", "$location", "$http", "$q", "$interval", "Loading", "Item
// 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
@@ -180,7 +180,7 @@ app.run(["$rootScope", "$location", "$http", "$q", "$interval", "Loading", "Item
]
)
.then(function () {
- $animate.enable(true);
+ $animate.enabled(true);
Loading.setLoading('global', false);
});