From f9be39a2bb5025fb75f18924d603ee47cdd585d0 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Tue, 18 Nov 2014 18:58:50 +0100 Subject: test --- js/app/Run.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'js/app/Run.js') 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 -- cgit v1.2.3