summaryrefslogtreecommitdiffstats
path: root/js/app/Run.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/app/Run.js')
-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 b137d11f1..dbea1641b 100644
--- a/js/app/Run.js
+++ b/js/app/Run.js
@@ -9,12 +9,11 @@
*/
app.run(function ($rootScope, $location, $http, $q, $interval, Loading,
ItemResource, FeedResource, FolderResource, SettingsResource,
- Publisher, BASE_URL, FEED_TYPE, REFRESH_RATE, $animate) {
+ Publisher, BASE_URL, FEED_TYPE, REFRESH_RATE) {
'use strict';
// show Loading screen
Loading.setLoading('global', true);
- $animate.enabled(false);
// listen to keys in returned queries to automatically distribute the
// incoming values to models