From dc407c5d7da9a7315ca167ebdd54038af6e31b64 Mon Sep 17 00:00:00 2001 From: Marco Nassabain Date: Wed, 24 Feb 2021 23:44:56 +0100 Subject: =?UTF-8?q?=F0=9F=A9=B9=20ContentController:=20Remove=20unused=20S?= =?UTF-8?q?hareResource?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marco Nassabain --- js/controller/ContentController.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'js/controller') diff --git a/js/controller/ContentController.js b/js/controller/ContentController.js index 249870c4f..c4d623128 100644 --- a/js/controller/ContentController.js +++ b/js/controller/ContentController.js @@ -7,9 +7,9 @@ * @author Bernhard Posselt * @copyright Bernhard Posselt 2014 */ -app.controller('ContentController', function (Publisher, FeedResource, ItemResource, SettingsResource, ShareResource, - data, $route, $routeParams, $location, FEED_TYPE, ITEM_AUTO_PAGE_SIZE, - Loading, $filter) { +app.controller('ContentController', function (Publisher, FeedResource, ItemResource, SettingsResource, data, $route, + $routeParams, $location, FEED_TYPE, ITEM_AUTO_PAGE_SIZE, Loading, + $filter) { 'use strict'; var self = this; -- cgit v1.2.3